Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 573f6394 authored by Sri Krishna Chaitanya Madireddy's avatar Sri Krishna Chaitanya Madireddy Committed by Gerrit - the friendly Code Review server
Browse files

frameworks/base: creating sperate files for ANRs traces

If an ANR comes just after the framework reboot, the traces for the
framework reboot will get over-written with the ANR traces. So, We
are missing the traces for the framework reboot which makes debugging
the framework reboot difficult.
Even for multiple ANRs in different apps, we will get the traces for
the last ANR.
Most of the time traces show that the call is stuck in some native call
and we do not have any info about the native call stack becuase we do
not collect the tombstones for teh ANR.

This patch will create one trace file for each application in case of ANR
and the filename would be traces_<app_name>_<date>.txt and the traces for
framework reboot will be stored in traces.txt

Change-Id: I2b5bfefdee6a3c67f65fbb7796c6e92a0d24f3a7
parent 09ecabc3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment