Android Native Code Profiling

I am trying to profile native Android code, but I am getting the following error. I am running the code on a linux machine.

$ after tracing profile tracedmdump traces ...

Static base units: 64525, Dynamic base units: 87073132

Static instructions: 412004, dynamic instructions: 509641730

Elapsed seconds: 26.46, simulated instructions / second: 19.3M

dexlist output generation ...

dmtrace data generation ...

Error: stack overflow (500 frames)

If anyone knows how to debug this problem ... please help

Thanks and respect,

Bharat Pavar

+3
source share
1 answer

, !

0

Source: https://habr.com/ru/post/1758742/


All Articles