Need Xposed
Automatic approve for app to access device logs (Android 13+)
How it works
it hook com.android.server.logcat.LogcatManagerService
and call onAccessApprovedForClient
on every request
Note: No activity will be started and the timer limit will not be bypassed.
Logcat TAG: DisableLogsRequest
see: LogcatManagerService.java and LogAccessDialogActivity.java