Force save profiles for SIGUSR1
Force save profiles from signal catcher for SIGUSR1. Saving the profiles is expensive but we already do a GC which is also expensive for this signal. Test: adb shell ls -l /data/misc/profiles/cur/1000/system_server/ Test: adb shell kill -s SIGUSR1 `pid system_server` Test: adb shell ls -l /data/misc/profiles/cur/1000/system_server/ Bug: 36457259 Bug: 34927277 (cherry picked from commit 8f23d97a) Change-Id: I810b66a7fe4b06efc7468d65ac737d74c5669abe
Loading
Please sign in to comment