Files
frameworks_base/core/java/android/app
Martijn Coenen 5363b0671d Make releaseSomeActivities() a oneway call.
This is called from a GC handler hook in BinderInternal, from the
finalizer thread. It's a call from an app process into system_server. On
some devices, we observed this call taking a long time, causing
TimeoutExceptions on the finalizer thread.

Since this work is not critical, and when the GC runs is anyway
unpredictable, make releaseSomeActivities() oneway instead.

Bug: 118997212
Test: TH
Change-Id: I6b06917493a09a2fba63502c4bd1a203c184a62c
Merged-In: I6b06917493a09a2fba63502c4bd1a203c184a62c
2021-01-18 09:46:10 +01:00
..
2020-11-11 20:45:39 +00:00
2021-01-05 16:04:30 +00:00
2020-04-08 21:30:24 +08:00
2021-01-12 01:03:39 +00:00
2020-08-05 17:40:02 +00:00
2020-04-28 15:02:26 +01:00
2020-04-14 16:57:18 +08:00