Mark Hansen

Results 129 comments of Mark Hansen

I'm able to sort this by running ``` apt install bpftrace ``` On the device inside `adeb shell`.

Looks like the DISTRO is hardcoded in `androdeb`. I think this patch should fix it? ``` > git diff diff --git a/androdeb b/androdeb index a2ee65b..60c5566 100755 --- a/androdeb +++ b/androdeb...

Absolutely — will send them next week when I’m back at work. Heads up I may have a few more PRs around moving from installing python2 to python3, so that...

Before I send a bunch of PRs, I might ask: do you know of an easier way than this project to run bpftrace on Android? (I'm wondering/hoping if the lack...

Just linking up some issues: https://github.com/iovisor/bpftrace/issues/342#issuecomment-517353729 discusses some constraints around statically linking bpftrace -- the problem seems to be that bpftrace compiles programs with LLVM and LLVM is huge.

I should add, I don't know that this is an urgent issue or anything (nothing seems to be really 'breaking' yet!), just thought I'd file it to track in case...

Sounds reasonable, it'd be quite a hassle to track down licensing for the past recordings. Perhaps we should ask for a license for new contributions? In any case, how about...

Actually, I'm running up against `Unexpected end of JSON input` errors trying to load this profile into the browser. Maybe it's just too big for the browser string limit? (in...

Ah, https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length#:~:text=In%20V8%20(used%20by%20Chrome,28%20%2D%2016%20(~512MiB). > In V8 (used by Chrome and Node), the maximum length is 229 - 24 (~1GiB). On 32-bit systems, the maximum length is 228 - 16 (~512MiB). I'm...

Managed to load it in Safari but then ran out of memory. Maybe I'm 'just holding this wrong'.