對于 AS Dolphin 的新 Logcat,我正在使用過濾器:
level:error
它向我顯示了 logcat 中的錯誤,但是,它顯示了手機中發生的所有錯誤,但我只想要我的應用程式的錯誤,我也試過這個:
package:mine || level:error
但它根本不起作用。你找到辦法了嗎?謝謝您的幫助!
uj5u.com熱心網友回復:
使用空格而不是|| 操作員。
我在我的專案上試過了,它只正確顯示錯誤日志。
package:mine level:error
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/535387.html
