Skip to content

Instantly share code, notes, and snippets.

View adamantivm's full-sized avatar

Julian Cerruti adamantivm

View GitHub Profile
--------- beginning of /dev/log/main
08-19 11:50:48.226 16408-16423/? I/art﹕ GcCauseBackground partial concurrent mark sweep GC freed 8001(544KB) AllocSpace objects, 0(0B) LOS objects, 31% free, 2019KB/2MB, paused 7.590ms total 23.780ms
08-19 11:50:50.575 249-249/? D/Raydium_ts_main﹕ ## Report rate in 10 seconds =1142
08-19 11:50:50.821 994-1008/? I/art﹕ Heap trim of managed (duration=55.694166ms, advised=2MB) and native (duration=3.337417ms, advised=1140KB) heaps. Managed heap utilization of 73%.
--------- beginning of /dev/log/system
08-19 11:50:50.846 994-1976/? I/ActivityManager﹕ START u0 {act=com.android.systemui.recent.action.TOGGLE_RECENTS flg=0x10800000 cmp=com.android.systemui/.recent.RecentsActivity (has extras)} from pid 1639
08-19 11:50:50.959 1801-1801/? I/Keyboard.Facilitator﹕ onFinishInput()
08-19 11:50:51.540 994-1829/? D/WifiService﹕ releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@651a4e90}
08-19 11:50:51.541 994-1623/? D/WifiC
12-12 06:21:14.976 3174-3174/com.c77.examples.media_codec I/com.c77.examples.media_codec.MainActivity﹕ Track format: {max-input-size=27400, durationUs=12600000, csd-1=java.nio.ByteArrayBuffer[position=0,limit=9,capacity=9], height=480, mime=video/avc, csd-0=java.nio.ByteArrayBuffer[position=0,limit=28,capacity=28], width=640}
12-12 06:21:14.976 3174-3174/com.c77.examples.media_codec I/com.c77.examples.media_codec.MainActivity﹕ New sample. Size: 9048, time: 66666, flags: 1
12-12 06:21:14.976 3174-3174/com.c77.examples.media_codec I/com.c77.examples.media_codec.MainActivity﹕ Data: [000000010605ffff]
12-12 06:21:14.976 3174-3174/com.c77.examples.media_codec I/com.c77.examples.media_codec.MainActivity﹕ New sample. Size: 7657, time: 100000, flags: 0
12-12 06:21:14.976 3174-3174/com.c77.examples.media_codec I/com.c77.examples.media_codec.MainActivity﹕ Data: [9e02d811404f03b0]
12-12 06:21:14.976 3174-3174/com.c77.examples.media_codec I/com.c77.examples.media_codec.MainActivity﹕ New sample. Size: 29
I/DEBUG ( 177): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 177): Build fingerprint: 'samsung/jgedlteue/jgedlte:4.4.4/KTU84P.S001/140602:user/release-keys'
I/DEBUG ( 177): Revision: '10'
I/DEBUG ( 177): pid: 6367, tid: 6779, name: Thread-535 >>> com.c77.algron_app.drone_main <<<
I/DEBUG ( 177): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
I/DEBUG ( 177): Abort message: 'heap corruption detected by dlmalloc'
I/DEBUG ( 177): r0 00000000 r1 00001a7b r2 00000006 r3 00000000
I/DEBUG ( 177): r4 00000006 r5 0000000b r6 00001a7b r7 0000010c
I/DEBUG ( 177): r8 8aefa8a0 r9 8adfd000 sl 00000077 fp 8aefa684
I/DEBUG ( 177): ip 7643cc78 sp 8aefa598 lr 4013c025 pc 4014afcc cpsr 000f0010
@adamantivm
adamantivm / gist:7105760
Last active December 26, 2015 06:09
Error importing Gradle 1.8 ROS Android project in Android Studio 0.3.0
libelula:~/temp/roscpp/sample_app$ studio.sh
15:37:04.593 [Connection worker] DEBUG o.g.t.i.provider.DefaultConnection - Tooling API provider 1.8 created.
15:37:05.072 [Connection worker] DEBUG o.g.t.i.provider.ProviderConnection - Configuring logging to level: INFO
Tooling API is using target Gradle version: 1.8.
Tooling API is using target Gradle version: 1.8.
Connected to the daemon. Dispatching Build{id=224a18c6-64cf-4e45-ac08-45e455b0ac7b.1, currentDir=/home/julian/temp/roscpp/sample_app} request.
Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary configuration failure takes precedence.
org.gradle.listener.ListenerNotificationException: Failed to notify project evaluation listener.
at org.gradle.listener.BroadcastDispatch.dispatch(BroadcastDispatch.java:90)
at org.gradle.listener.BroadcastDispatch.dispatch(BroadcastDispatch.java:30)