Debugging VLC on android

VLC for Android and Chrome OS specific usage questions
muscariello
New Cone
New Cone
Posts: 6
Joined: 08 May 2012 12:51

Debugging VLC on android

Postby muscariello » 08 May 2012 13:19

Hi all,

first of all, thanks for the great work accomplished by the VideoLan team. It's impressive what you have done with VLC in the last years.

I enjoy VLC from many years as a user, but I have come to the compilation process because of the android port, and also
because I had to add a new plugin coming from another opensource project I am working on (http://www.ccnx.org).
I went through the whole compilation process successfully. The target is the Galaxy Samsung Tablet 10.1 (so TEGRA2).

Unfortunately VLC crashes once opened.

I have a log (collected using CatLog) for you guys expert on VLC in case someone would see where it blocks.

Thanks in advance

05-08 13:07:16.480 I/ActivityManager(295): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.videolan.vlc/.gui.MainActivity } from pid 377
05-08 13:07:16.530 W/ActivityManager(295): Trying to launch org.videolan.vlc/.gui.MainActivity
05-08 13:07:16.530 D/WindowManager(295): Setting visibility of AppWindowToken{427a0d20 token=ActivityRecord{407b6fa0 org.videolan.vlc/.gui.MainActivity}}: true
05-08 13:07:16.550 I/SurfaceFlinger(238): id=322(31) createSurface 0x145ebc for pid 295 (1x1),1 flag=1024, Starting org.videolan.vlc
05-08 13:07:16.770 I/VLC/ThumbnailerManager(8176): hide ProgressBar!
05-08 13:07:16.850 I/SurfaceFlinger(238): id=323(1) createSurface 0x142d44 for pid 8176 (1x1),1 flag=0, org.videolan.vlc/org.videolan.vlc.gui.MainActivity
05-08 13:07:16.960 D/WindowManager(295): Desired input method target: Window{418da130 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-08 13:07:16.960 D/WindowManager(295): Current focus: Window{418da130 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-08 13:07:16.960 D/WindowManager(295): Last focus: Window{418da130 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-08 13:07:16.960 D/WindowManager(295): w.mAttrs.token=ActivityRecord{407b6fa0 org.videolan.vlc/.gui.MainActivity}
05-08 13:07:16.960 D/WindowManager(295): w.mToken=AppWindowToken{427a0d20 token=ActivityRecord{407b6fa0 org.videolan.vlc/.gui.MainActivity}}
05-08 13:07:16.960 D/WindowManager(295): token=AppWindowToken{427a0d20 token=ActivityRecord{407b6fa0 org.videolan.vlc/.gui.MainActivity}}
05-08 13:07:16.970 D/VLC/AudioService(8176): Updating widget
05-08 13:07:16.990 I/SurfaceFlinger(238): id=324(2) createSurface 0x1193f4 for pid 8176 (1280x752),1 flag=1024, org.videolan.vlc/org.videolan.vlc.gui.MainActivity
05-08 13:07:17.150 D/VLC/AudioServiceContoller(8176): Service Connected
05-08 13:07:17.190 I/ActivityManager(295): Displayed org.videolan.vlc/.gui.MainActivity: +656ms
05-08 13:07:17.620 I/SurfaceFlinger(238): id=322 Removed Starting org.videolan.vlc idx=4 Map Size=4
05-08 13:07:17.640 I/SurfaceFlinger(238): id=322 Removed Starting org.videolan.vlc idx=-2 Map Size=4
05-08 13:07:18.070 I/InputDispatcher(295): Delivering touch to current input target: action: 0, channel '418da130 org.videolan.vlc/org.videolan.vlc.gui.MainActivity (server)'
05-08 13:07:18.150 I/InputDispatcher(295): Delivering touch to current input target: action: 1, channel '418da130 org.videolan.vlc/org.videolan.vlc.gui.MainActivity (server)'
05-08 13:07:18.760 I/InputDispatcher(295): Delivering touch to current input target: action: 0, channel '418da130 org.videolan.vlc/org.videolan.vlc.gui.MainActivity (server)'
05-08 13:07:18.840 D/VLC (8176): looking for meta fetcher module: 0 candidates
05-08 13:07:18.840 D/VLC (8176): no meta fetcher module matched "any"
05-08 13:07:18.840 D/VLC (8176): searching art for 01. Telergraph Road.mp3
05-08 13:07:18.840 D/VLC (8176): looking for art finder module: 1 candidate
05-08 13:07:18.850 I/InputDispatcher(295): Delivering touch to current input target: action: 1, channel '418da130 org.videolan.vlc/org.videolan.vlc.gui.MainActivity (server)'
05-08 13:07:18.850 D/VLC (8176): Creating an input for '01. Telergraph Road.mp3'
05-08 13:07:18.900 D/WindowManager(295): Desired input method target: Window{41955048 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-08 13:07:18.900 D/WindowManager(295): Current focus: Window{41955048 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-08 13:07:18.900 D/WindowManager(295): Last focus: Window{41955048 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-08 13:07:18.900 D/VLC (8176): no art finder module matching "any" could be loaded
05-08 13:07:18.900 D/VLC (8176): art not found for 01. Telergraph Road.mp3
05-08 13:07:18.900 D/WindowManager(295): w.mAttrs.token=ActivityRecord{407b6fa0 org.videolan.vlc/.gui.MainActivity}
05-08 13:07:18.900 D/WindowManager(295): w.mToken=AppWindowToken{427a0d20 token=ActivityRecord{407b6fa0 org.videolan.vlc/.gui.MainActivity}}
05-08 13:07:18.900 D/WindowManager(295): token=AppWindowToken{427a0d20 token=ActivityRecord{407b6fa0 org.videolan.vlc/.gui.MainActivity}}
05-08 13:07:19.140 I/SurfaceFlinger(238): id=323 Removed org.videolan.vlc/org.videolan.vlc.gui.MainActivity idx=3 Map Size=3
05-08 13:07:19.160 I/SurfaceFlinger(238): id=323 Removed org.videolan.vlc/org.videolan.vlc.gui.MainActivity idx=-2 Map Size=3
05-08 13:07:19.510 I/DEBUG (8175): pid: 8176, tid: 8868 >>> org.videolan.vlc <<<
05-08 13:07:19.980 I/DEBUG (8175): #00 pc 823712c6 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:19.980 I/DEBUG (8175): #01 lr 823712bd /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:19.980 I/DEBUG (8175): 5caf184c 823a73d9 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:19.980 I/DEBUG (8175): 5caf1874 823a9a6f /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:19.980 I/DEBUG (8175): 5caf188c 823a95a3 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:19.980 I/DEBUG (8175): 5caf1904 82370c3d /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:19.980 I/DEBUG (8175): 5caf1924 8236ff4b /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:19.980 I/DEBUG (8175): 5caf194c 8236ec17 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:28.510 I/WindowManager(295): WIN DEATH: Window{41955048 org.videolan.vlc/org.videolan.vlc.gui.MainActivity paused=false}
05-08 13:07:28.510 I/ActivityManager(295): Process org.videolan.vlc (pid 8176) has died.
05-08 13:07:28.510 I/SurfaceFlinger(238): id=324 Removed org.videolan.vlc/org.videolan.vlc.gui.MainActivity idx=1 Map Size=2
05-08 13:07:28.510 I/SurfaceFlinger(238): id=324 Removed org.videolan.vlc/org.videolan.vlc.gui.MainActivity idx=-2 Map Size=2
05-08 13:07:28.510 W/ActivityManager(295): Scheduling restart of crashed service org.videolan.vlc/.AudioService in 10979ms
05-08 13:07:28.520 D/WindowManager(295): Setting visibility of AppWindowToken{427a0d20 token=ActivityRecord{407b6fa0 org.videolan.vlc/.gui.MainActivity}}: false
05-08 13:07:39.500 I/ActivityManager(295): Start proc org.videolan.vlc for service org.videolan.vlc/.AudioService: pid=8926 uid=10104 gids={3003, 1007, 1015}
05-08 13:07:39.560 D/dalvikvm(8926): Trying to load lib /data/data/org.videolan.vlc/lib/libiomx-ics.so 0x40764470
05-08 13:07:39.570 D/dalvikvm(8926): Added shared lib /data/data/org.videolan.vlc/lib/libiomx-ics.so 0x40764470
05-08 13:07:39.570 D/dalvikvm(8926): No JNI_OnLoad found in /data/data/org.videolan.vlc/lib/libiomx-ics.so 0x40764470, skipping init
05-08 13:07:39.570 D/dalvikvm(8926): Trying to load lib /data/data/org.videolan.vlc/lib/libvlcjni.so 0x40764470
05-08 13:07:39.700 D/dalvikvm(8926): Added shared lib /data/data/org.videolan.vlc/lib/libvlcjni.so 0x40764470
05-08 13:07:39.700 D/VLC/JNI/main(8926): JNI interface loaded.
05-08 13:07:39.710 V/VLC/LibVLC(8926): Initializing LibVLC
05-08 13:07:39.730 I/ActivityManager(295): Starting: Intent { act=android.intent.action.VIEW dat=file:///mnt/sdcard/Movies/Demo-videos/130235414.mp4 typ=video/mp4 flg=0x3800000 cmp=org.videolan.vlc/.gui.video.VideoPlayerActivity (has extras) } from pid 295
05-08 13:07:39.750 W/ActivityManager(295): Trying to launch org.videolan.vlc/.gui.video.VideoPlayerActivity
05-08 13:07:39.780 D/VLC (8926): using interface module "logger"
05-08 13:07:39.780 D/VLC (8926): looking for interface module: 0 candidates
05-08 13:07:39.780 D/VLC (8926): no interface module matched "hotkeys,none"
05-08 13:07:39.780 E/VLC (8926): no suitable interface module
05-08 13:07:39.780 I/VLC/JNI/main(8926): LibVLC initialized: 0x170e60
05-08 13:07:39.780 D/VLC/AudioService(8926): Updating widget
05-08 13:07:39.930 V/VLC/LibVLC(8926): Reading file:///mnt/sdcard/Movies/Demo-videos/130235414.mp4
05-08 13:07:39.930 E/VLC (8926): option logo-x does not exist
05-08 13:07:39.930 E/VLC (8926): option logo-y does not exist
05-08 13:07:39.930 E/VLC (8926): option logo-delay does not exist
05-08 13:07:39.930 E/VLC (8926): option logo-repeat does not exist
05-08 13:07:39.930 E/VLC (8926): option logo-opacity does not exist
05-08 13:07:39.930 E/VLC (8926): option logo-position does not exist
05-08 13:07:39.930 I/VLC/JNI/main(8926): Got version: 13
05-08 13:07:39.930 D/VLC (8926): Creating an input for '130235414.mp4'
05-08 13:07:39.930 D/VLC (8926): using timeshift granularity of 50 MiB, in path '/tmp'
05-08 13:07:39.930 D/VLC (8926): `file:///mnt/sdcard/Movies/Demo-videos/130235414.mp4' gives access `file' demux `' path `/mnt/sdcard/Movies/Demo-videos/130235414.mp4'
05-08 13:07:39.930 D/VLC (8926): creating demux: access='file' demux='' location='/mnt/sdcard/Movies/Demo-videos/130235414.mp4' file='/mnt/sdcard/Movies/Demo-videos/130235414.mp4'
05-08 13:07:39.930 D/VLC (8926): looking for access_demux module: 0 candidates
05-08 13:07:39.930 D/VLC (8926): no access_demux module matched "file"
05-08 13:07:39.930 D/VLC (8926): creating access 'file' location='/mnt/sdcard/Movies/Demo-videos/130235414.mp4', path='/mnt/sdcard/Movies/Demo-videos/130235414.mp4'
05-08 13:07:39.930 D/VLC (8926): looking for access module: 2 candidates
05-08 13:07:39.930 D/VLC (8926): opening file `/mnt/sdcard/Movies/Demo-videos/130235414.mp4'
05-08 13:07:39.930 D/VLC (8926): using access module "filesystem"
05-08 13:07:39.930 D/VLC (8926): Using stream method for AStream*
05-08 13:07:39.930 D/VLC (8926): starting pre-buffering
05-08 13:07:39.940 D/VLC (8926): received first data after 3 ms
05-08 13:07:39.940 D/VLC (8926): pre-buffering done 1024 bytes in 0s - 249 KiB/s
05-08 13:07:39.940 D/VLC (8926): looking for stream_filter module: 7 candidates
05-08 13:07:39.940 D/VLC (8926): no stream_filter module matching "any" could be loaded
05-08 13:07:39.940 D/VLC (8926): looking for stream_filter module: 0 candidates
05-08 13:07:39.940 D/VLC (8926): no stream_filter module matched "stream_filter_record"
05-08 13:07:39.940 D/VLC (8926): creating demux: access='file' demux='' location='/mnt/sdcard/Movies/Demo-videos/130235414.mp4' file='/mnt/sdcard/Movies/Demo-videos/130235414.mp4'
05-08 13:07:39.940 D/VLC (8926): looking for demux module: 48 candidates
05-08 13:07:39.970 D/VLC (8926): dumping root Box "root"
05-08 13:07:39.970 D/VLC (8926): | + ftyp size 20
05-08 13:07:39.970 D/VLC (8926): | + moov size 67984
05-08 13:07:39.970 D/VLC (8926): | | + mvhd size 108
05-08 13:07:39.970 D/VLC (8926): | | + trak size 38274
05-08 13:07:39.970 D/VLC (8926): | | | + tkhd size 92
05-08 13:07:39.970 D/VLC (8926): | | | + mdia size 38174
05-08 13:07:39.970 D/VLC (8926): | | | | + mdhd size 32
05-08 13:07:39.970 D/VLC (8926): | | | | + hdlr size 56
05-08 13:07:39.970 D/VLC (8926): | | | | + minf size 38078
05-08 13:07:39.970 D/VLC (8926): | | | | | + vmhd size 20
05-08 13:07:39.970 D/VLC (8926): | | | | | + dinf size 36
05-08 13:07:39.970 D/VLC (8926): | | | | | | + dref size 28
05-08 13:07:39.970 D/VLC (8926): | | | | | | | + url size 12
05-08 13:07:39.970 D/VLC (8926): | | | | | + stbl size 38014
05-08 13:07:39.970 D/VLC (8926): | | | | | | + stsd size 174
05-08 13:07:39.970 D/VLC (8926): | | | | | | | + avc1 size 158
05-08 13:07:39.970 D/VLC (8926): | | | | | | | | + avcC size 72
05-08 13:07:39.970 D/VLC (8926): | | | | | | + stts size 24
05-08 13:07:39.970 D/VLC (8926): | | | | | | + ctts size 19952
05-08 13:07:39.970 D/VLC (8926): | | | | | | + stsc size 40
05-08 13:07:39.970 D/VLC (8926): | | | | | | + stsz size 14444
05-08 13:07:39.970 D/VLC (8926): | | | | | | + stco size 2904
05-08 13:07:39.970 D/VLC (8926): | | | | | | + stss size 468
05-08 13:07:39.970 D/VLC (8926): | | + trak size 29594
05-08 13:07:39.970 D/VLC (8926): | | | + tkhd size 92
05-08 13:07:39.970 D/VLC (8926): | | | + mdia size 29494
05-08 13:07:39.970 D/VLC (8926): | | | | + mdhd size 32
05-08 13:07:39.970 D/VLC (8926): | | | | + hdlr size 56
05-08 13:07:39.970 D/VLC (8926): | | | | + minf size 29398
05-08 13:07:39.970 D/VLC (8926): | | | | | + smhd size 16
05-08 13:07:39.970 D/VLC (8926): | | | | | + dinf size 36
05-08 13:07:39.970 D/VLC (8926): | | | | | | + dref size 28
05-08 13:07:39.970 D/VLC (8926): | | | | | | | + url size 12
05-08 13:07:39.970 D/VLC (8926): | | | | | + stbl size 29338
05-08 13:07:39.970 D/VLC (8926): | | | | | | + stsd size 102
05-08 13:07:39.970 D/VLC (8926): | | | | | | | + mp4a size 86
05-08 13:07:39.970 D/VLC (8926): | | | | | | | | + esds size 50
05-08 13:07:39.970 D/VLC (8926): | | | | | | + stts size 24
05-08 13:07:39.980 D/VLC (8926): | | | | | | + stsc size 364
05-08 13:07:39.980 D/VLC (8926): | | | | | | + stsz size 25936
05-08 13:07:39.980 D/VLC (8926): | | | | | | + stco size 2904
05-08 13:07:39.980 D/VLC (8926): | + mdat size 28055949
05-08 13:07:39.980 D/VLC (8926): unrecognized major file specification (mp42).
05-08 13:07:39.980 D/VLC (8926): found 2 tracks
05-08 13:07:39.980 D/VLC (8926): track[Id 0x1] read 722 chunk
05-08 13:07:39.980 W/VLC (8926): CTTS table
05-08 13:07:39.980 D/VLC (8926): track[Id 0x1] read 3606 samples length:150s
05-08 13:07:39.980 D/VLC (8926): selecting program id=0
05-08 13:07:39.980 D/VLC (8926): adding track[Id 0x1] video (enable) language eng
05-08 13:07:39.980 D/VLC (8926): track[Id 0x2] read 722 chunk
05-08 13:07:39.980 D/VLC (8926): track[Id 0x2] read 6479 samples length:150s
05-08 13:07:39.980 D/VLC (8926): adding track[Id 0x2] audio (enable) language eng
05-08 13:07:39.980 D/VLC (8926): using demux module "mp4"
05-08 13:07:39.980 D/VLC (8926): looking for a subtitle file in /mnt/sdcard/Movies/Demo-videos/
05-08 13:07:39.990 D/VLC (8926): looking for decoder module: 24 candidates
05-08 13:07:40.020 I/SurfaceFlinger(238): id=329(1) createSurface 0x1194c4 for pid 8926 (1x1),1 flag=0, org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity
05-08 13:07:40.240 D/WindowManager(295): Desired input method target: Window{40bfcc68 org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity paused=false}
05-08 13:07:40.240 D/WindowManager(295): Current focus: Window{40bfcc68 org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity paused=false}
05-08 13:07:40.240 D/WindowManager(295): Last focus: Window{40bfcc68 org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity paused=false}
05-08 13:07:40.240 D/WindowManager(295): w.mAttrs.token=ActivityRecord{419a3f28 org.videolan.vlc/.gui.video.VideoPlayerActivity}
05-08 13:07:40.240 D/WindowManager(295): w.mToken=AppWindowToken{41755f80 token=ActivityRecord{419a3f28 org.videolan.vlc/.gui.video.VideoPlayerActivity}}
05-08 13:07:40.240 D/WindowManager(295): token=AppWindowToken{41755f80 token=ActivityRecord{419a3f28 org.videolan.vlc/.gui.video.VideoPlayerActivity}}
05-08 13:07:40.260 D/WindowManager(295): Desired input method target: Window{40bfcc68 org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity paused=false}
05-08 13:07:40.260 D/WindowManager(295): Current focus: Window{40bfcc68 org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity paused=false}
05-08 13:07:40.260 D/WindowManager(295): Last focus: Window{40bfcc68 org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity paused=false}
05-08 13:07:40.260 D/WindowManager(295): w.mAttrs.token=ActivityRecord{419a3f28 org.videolan.vlc/.gui.video.VideoPlayerActivity}
05-08 13:07:40.260 D/WindowManager(295): w.mToken=AppWindowToken{41755f80 token=ActivityRecord{419a3f28 org.videolan.vlc/.gui.video.VideoPlayerActivity}}
05-08 13:07:40.260 D/WindowManager(295): token=AppWindowToken{41755f80 token=ActivityRecord{419a3f28 org.videolan.vlc/.gui.video.VideoPlayerActivity}}
05-08 13:07:40.420 I/DEBUG (8175): pid: 8926, tid: 8937 >>> org.videolan.vlc <<<
05-08 13:07:40.480 I/ActivityManager(295): Displayed org.videolan.vlc/.gui.video.VideoPlayerActivity: +729ms
05-08 13:07:40.600 I/DEBUG (8175): #00 pc 826dcee0 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): #01 lr 826dcdf0 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d377e0 82312af1 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d377e4 8218f65d /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d3782c 82a5ad4c /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d37850 82312af1 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d37864 825c1194 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d37878 825c130c /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d3787c 82312af1 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d3788c 825c132c /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d37898 825c130c /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d3789c 821c7ee5 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d378a4 82308f37 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d378ac 823087cd /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d378bc 82917308 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d378c8 82308eb9 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d378dc 82308429 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d378e0 82308eb9 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d378e4 82308c0b /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d378e8 828e91e4 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d378f0 829005e4 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d378f4 82915600 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:40.600 I/DEBUG (8175): 59d37908 828e91e4 /data/data/org.videolan.vlc/lib/libvlcjni.so
05-08 13:07:48.050 I/ActivityManager(295): Process org.videolan.vlc (pid 8926) has died.
05-08 13:07:48.050 E/InputDispatcher(295): channel '40bfcc68 org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x8
05-08 13:07:48.050 E/InputDispatcher(295): channel '40bfcc68 org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
05-08 13:07:48.050 W/ActivityManager(295): Scheduling restart of crashed service org.videolan.vlc/.AudioService in 43916ms
05-08 13:07:48.050 D/WindowManager(295): Setting visibility of AppWindowToken{41755f80 token=ActivityRecord{419a3f28 org.videolan.vlc/.gui.video.VideoPlayerActivity}}: false
05-08 13:07:48.050 I/WindowManager(295): WINDOW DIED Window{40bfcc68 org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity paused=false}
05-08 13:07:48.050 W/WindowManager(295): Force-removing child win Window{419c2908 SurfaceView paused=false} from container Window{40bfcc68 org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity paused=false}
05-08 13:07:48.060 I/SurfaceFlinger(238): id=329 Removed org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity idx=2 Map Size=2
05-08 13:07:48.060 I/SurfaceFlinger(238): id=329 Removed org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity idx=-2 Map Size=2
05-08 13:07:48.070 I/SurfaceFlinger(238): id=329 Removed org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity idx=-2 Map Size=2
05-08 13:08:31.990 I/ActivityManager(295): Start proc org.videolan.vlc for service org.videolan.vlc/.AudioService: pid=8961 uid=10104 gids={3003, 1007, 1015}
05-08 13:08:32.030 D/dalvikvm(8961): Trying to load lib /data/data/org.videolan.vlc/lib/libiomx-ics.so 0x40764870
05-08 13:08:32.030 D/dalvikvm(8961): Added shared lib /data/data/org.videolan.vlc/lib/libiomx-ics.so 0x40764870
05-08 13:08:32.030 D/dalvikvm(8961): No JNI_OnLoad found in /data/data/org.videolan.vlc/lib/libiomx-ics.so 0x40764870, skipping init
05-08 13:08:32.030 D/dalvikvm(8961): Trying to load lib /data/data/org.videolan.vlc/lib/libvlcjni.so 0x40764870
05-08 13:08:32.040 D/dalvikvm(8961): Added shared lib /data/data/org.videolan.vlc/lib/libvlcjni.so 0x40764870
05-08 13:08:32.040 D/VLC/JNI/main(8961): JNI interface loaded.
05-08 13:08:32.050 V/VLC/LibVLC(8961): Initializing LibVLC
05-08 13:08:32.060 D/VLC (8961): using interface module "logger"
05-08 13:08:32.060 D/VLC (8961): looking for interface module: 0 candidates
05-08 13:08:32.060 D/VLC (8961): no interface module matched "hotkeys,none"
05-08 13:08:32.060 E/VLC (8961): no suitable interface module
05-08 13:08:32.060 I/VLC/JNI/main(8961): LibVLC initialized: 0x170e40
05-08 13:08:32.070 D/VLC/AudioService(8961): Updating widget

muscariello
New Cone
New Cone
Posts: 6
Joined: 08 May 2012 12:51

Re: Debugging VLC on android

Postby muscariello » 08 May 2012 18:48

I recompiled with the latest ndk 8 and it works out of the box; with the additional plugin as well.

Please ignore my log. Must be meaningless.


Return to “VLC for Android and Chrome OS”

Who is online

Users browsing this forum: No registered users and 35 guests