1. 程式人生 > >adb命令計算啟動時間時報"java.lang.SecurityException:Permisssion Denial:starting Intent...not exported from .."

adb命令計算啟動時間時報"java.lang.SecurityException:Permisssion Denial:starting Intent...not exported from .."

在對app中優化時,發現某個介面載入很慢;在使用adb shell am start -W 包名/類的相對路徑計算啟動時間時報錯


java.lang.SecurityException:Permisssion Denial:starting Intent...not exported from ..

查了下清單檔案發現要計算啟動時間的activity的exported屬性為false(業務沒有要求支援其它應用呼叫當前元件,所以一直為false),這裡計算改為true即可