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
--------- beginning of main | |
06-06 09:42:54.740 143 143 W auditd : type=2000 audit(0.0:1): initialized | |
06-06 09:42:57.520 143 143 I auditd : type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295 | |
06-06 09:42:57.670 1 1 I init : type=1400 audit(0.0:3): avc: denied { mounton } for path="/sys/kernel/debug" dev="debugfs" ino=1 scontext=u:r:init:s0 tcontext=u:object_r:debugfs:s0 tclass=dir permissive=1 | |
06-06 09:42:58.270 1 1 I init : type=1400 audit(0.0:4): avc: denied { setattr } for name="mmcblk0p14" dev="tmpfs" ino=4049 scontext=u:r:init:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=1 |
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
[ 0.000000] Booting Linux on physical CPU 0 | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Linux version 3.4.107-cyanogenmod-gb106110 (sjr@sjr-dell-build) (gcc version 4.9.x-google 20140827 (prerelease) (GCC) ) #1 PREEMPT Fri May 26 14:15:15 PDT 2017 | |
[ 0.000000] CPU: ARMv7 Processor [511f00f2] revision 2 (ARMv7), cr=10c53c7d | |
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIVT ASID tagged instruction cache |
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
main debug: Creating an input for preparsing 'HDR.mkv' | |
main debug: looking for meta fetcher module matching "any": 1 candidates | |
lua debug: Trying Lua scripts in C:\Users\joshb\AppData\Roaming\vlc\lua\meta\fetcher | |
lua debug: Trying Lua scripts in E:\Program Files\VideoLAN\VLC\lua\meta\fetcher | |
main debug: no meta fetcher modules matched | |
main debug: looking for art finder module matching "any": 2 candidates | |
lua debug: Trying Lua scripts in C:\Users\joshb\AppData\Roaming\vlc\lua\meta\art | |
lua debug: Trying Lua scripts in E:\Program Files\VideoLAN\VLC\lua\meta\art | |
lua debug: Trying Lua playlist script E:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac |
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
MaxDps Helper API | |
Aura Functions | |
MaxDps:IntUnitAura(unit, nameOrId, filter, timeShift) | |
Internal replacement for UnitAura. Returns aura info for a given unit and aura name or ID. | |
Returns: | |
A table with fields: name, up, upMath, count, expirationTime, remains, refreshable, maxStacks. | |
MaxDps:CollectAura(unit, timeShift, output, filter) | |
Collects all auras on a unit and populates the output table with aura data. |