frameworks/base: move the traces file to avoid data loss
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. This patch will rename this trace file for the framework reboot once the ActivityManager collects the traces. Change-Id: Iee07b13ba02d8aab9cc43567aa5df131cc43c737 Conflicts: services/java/com/android/server/Watchdog.java
Loading
Please register or sign in to comment