This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by Logcat Reader Professional 1.0.7 | |
# Get it for free: https://play.google.com/store/apps/details?id=com.conena.logcat.reader | |
# | |
# MessageFormat: [^(?<datetime>\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}) +(?<pid>[\d]+|\?) +(?<tid>[\d]+|\?) +(?<app>(?!\d)[\da-zA-Z_.?]+) (?<lvl>[VDIWEF?]) ?(?<tag>.*?(?=: )): ?(?<msg>.*)] | |
# DateFormat: [yyyy-MM-dd HH:mm:ss.SSS] | |
# | |
2023-02-28 11:30:57.064 1303 1303 system I auditd: type=1400 audit(0.0:118342): avc: denied { read } for comm="SensorService" name="trigger" dev="sysfs" ino=35890 scontext=u:r:system_server:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 | |
2023-02-28 11:30:57.065 864 1083 system E Situation: processEvent, handle:73, flush_action:0 | |
2023-02-28 11:30:57.064 1303 1303 system I SensorService: type=1400 audit(0.0:118342): avc: denied { read } for name="trigger" dev="sysfs" ino=35890 scontext=u:r:system_server:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1 | |
2023-02-28 11:30:57.064 1303 1303 system I auditd: type=1400 audit(0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by Logcat Reader Professional 1.0.7 | |
# Get it for free: https://play.google.com/store/apps/details?id=com.conena.logcat.reader | |
# | |
# MessageFormat: [^(?<datetime>\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}) +(?<pid>[\d]+|\?) +(?<tid>[\d]+|\?) +(?<app>(?!\d)[\da-zA-Z_.?]+) (?<lvl>[VDIWEF?]) ?(?<tag>.*?(?=: )): ?(?<msg>.*)] | |
# DateFormat: [yyyy-MM-dd HH:mm:ss.SSS] | |
# | |
2023-02-28 11:14:27.461 1303 1373 system V DisplayPowerController: Brightness [1.0] reason changing to: 'override', previous reason: 'automatic'. | |
2023-02-28 11:14:27.763 1303 3977 system W NotificationService: Toast already killed. pkg=com.conena.logcat.reader token=android.os.BinderProxy@f6e2e8 | |
2023-02-28 11:14:29.265 1303 1343 system W WindowManager: Unable to start animation, surface is null or no children. | |
2023-02-28 11:14:29.797 1303 3977 system W NotificationService: Toast already killed. pkg=com.caddish_hedgehog.hedgecam2 token=android.os.BinderProxy@1b6acc5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- 28 февр. 2023 г. 00:42:43 ---- | |
02-28 00:41:56.059 864 1083 I chatty : uid=1000(system) [email protected] identical 2 lines | |
02-28 00:41:56.258 864 1083 E Situation: processEvent, handle:73, flush_action:0 | |
02-28 00:41:56.352 5670 5670 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3302 | |
02-28 00:41:56.353 5670 5670 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2152 repeatCheckTimes = 0, unlocked = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Enhanced word highlight | |
// @namespace http://userscripts.org/users/86496 | |
// @description Enhanced keywords highlight for Search Engines and All ! | |
// @include http://* | |
// @include https://* | |
// @exclude http://maps.google.com/* | |
// @grant GM_log | |
// @grant GM_xmlhttpRequest | |
// @grant GM_getValue |