My application use webview attach with Application Context.
when other service called my application using AIDL, it would use webview to load url in background.
on Android O, the webview proccess is isolated, so
I want to check whether the ActivityManagerService killed the proccess because it's related with an background process?
1251 2107 I ActivityManager: Killing 3935:com.google.android.webview:sandboxed_process0/u0a64i21 (adj 0): isolated not needed
it will be improved in next webview version?
is it possible that my application want to load the webview in my own process?