Skip to content

Instantly share code, notes, and snippets.

View mlasak's full-sized avatar

Martin Lasak mlasak

  • Fraunhofer FOKUS
  • Berlin
View GitHub Profile
@mlasak
mlasak / rabbit-test-log
Created April 21, 2015 10:33
Authentication with SSL client certificates fails
=INFO REPORT==== 21-Apr-2015::12:26:36 ===
Starting RabbitMQ %%VSN%% on Erlang 17.4.1
Copyright (C) 2007-2014 GoPivotal, Inc.
Licensed under the MPL. See http://www.rabbitmq.com/
=INFO REPORT==== 21-Apr-2015::12:26:36 ===
node : rabbit-test@i3dhcp168
home dir : /Users/USERNAME
config file(s) : /Users/USERNAME/devel/DPS/exe/rabbitmq-public-umbrella/rabbitmq-mqtt/test/ebin/test.config
@mlasak
mlasak / rabbit-test-sasl.log
Created April 21, 2015 11:01
Authentication with SSL client certificates fails (SASL)
=CRASH REPORT==== 21-Apr-2015::12:26:48 ===
crasher:
initial call: gen:init_it/6
pid: <0.436.0>
registered_name: []
exception exit: {network_error,
{ssl_upgrade_error,{tls_alert,"handshake failure"}},
"XXX.XXX.XXX.XXX:57674 -> XXX.XXX.XXX.XXX:8883"}
in function gen_server2:terminate/3 (src/gen_server2.erl, line 1145)
I( 443:18528) START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.webinos.installer/.InstallActivity} from pid 690
D( 8302: 8302) Late-enabling CheckJNI
I( 443:15975) Start proc org.webinos.installer for activity org.webinos.installer/.InstallActivity: pid=8302 uid=10066 gids={50066, 1015, 3003, 1028}
V( 8302: 8302) onStart()
V( 8302: 8302) Loading config file from assets
D( 8302: 8306) GC_CONCURRENT freed 102K, 4% free 7726K/7996K, paused 7ms+3ms, total 34ms
D( 8302: 8302) WAIT_FOR_CONCURRENT_GC blocked 27ms
D( 8302: 8302) loaded /system/lib/egl/libEGL_tegra.so
D( 8302: 8302) loaded /system/lib/egl/libGLESv1_CM_tegra.so
D( 8302: 8302) loaded /system/lib/egl/libGLESv2_tegra.so
@mlasak
mlasak / logcat.txt
Created May 1, 2013 09:55
android build test - 1st May 2013 WebinosInstaller-smartphone-debug.apk based on living_labs branch $ git log commit ec61093f4476b649e7d1617d2c24118a8dc8bcbe Merge: f0d90de 3f22d10 Author: Paddy Byers <paddy.byers@gmail.com> Date: Wed May 1 00:36:09 2013 -0700 Merge pull request #576 from paddybyers/ll_android_orientation Ll android orientation
I/ActivityManager( 445): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.webinos.installer/.InstallActivity} from pid 696
D/dalvikvm( 445): GC_FOR_ALLOC freed 361K, 17% free 12963K/15504K, paused 48ms, total 49ms
D/dalvikvm( 2612): Late-enabling CheckJNI
I/ActivityManager( 445): Start proc org.webinos.installer for activity org.webinos.installer/.InstallActivity: pid=2612 uid=10066 gids={50066, 1015, 3003, 1028}
V/Apk installer: MainActivity( 2612): onStart()
V/Apk installer: MainActivity( 2612): Loading config file from assets
D/dalvikvm( 2612): GC_CONCURRENT freed 113K, 4% free 7715K/7996K, paused 11ms+2ms, total 33ms
D/dalvikvm( 2612): WAIT_FOR_CONCURRENT_GC blocked 22ms
D/libEGL ( 2612): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 2612): loaded /system/lib/egl/libGLESv1_CM_tegra.so
@mlasak
mlasak / logcat-v-thread.txt
Created May 1, 2013 10:51
second android build test - 1st May 2013 WebinosInstaller-smartphone-debug.apk based on living_labs branch $ git log commit ec61093f4476b649e7d1617d2c24118a8dc8bcbe Merge: f0d90de 3f22d10 Author: Paddy Byers <paddy.byers@gmail.com> Date: Wed May 1 00:36:09 2013 -0700 Merge pull request #576 from paddybyers/ll_android_orientation Ll android orien…
This file has been truncated, but you can view the full file.
I( 445: 633) START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.webinos.installer/.InstallActivity} from pid 696
D( 3269: 3269) Late-enabling CheckJNI
I( 445: 737) Start proc org.webinos.installer for activity org.webinos.installer/.InstallActivity: pid=3269 uid=10066 gids={50066, 1015, 3003, 1028}
V( 3269: 3269) onStart()
V( 3269: 3269) Loading config file from assets
D( 3269: 3273) GC_CONCURRENT freed 102K, 4% free 7726K/7996K, paused 13ms+2ms, total 33ms
D( 3269: 3269) WAIT_FOR_CONCURRENT_GC blocked 20ms
D( 3269: 3269) loaded /system/lib/egl/libEGL_tegra.so
@mlasak
mlasak / doExport.sh
Last active December 21, 2015 22:28
Exports all needed ContentShell resources as basis for an Android project. Script still under construction!
#!/bin/sh
# Contributed to the webinos project.
# License: http://www.apache.org/licenses/LICENSE-2.0
echo "Exports all needed ContentShell resources as basis for an Android project."
echo "--------------------------------------------------------------------------"
if [ -z $1 ]; then
echo "place this script next to your chromium 'src' folder"
echo "run this script after successfull 'ninja -C out/Debug -j8 content_shell_apk' build"
@mlasak
mlasak / logcat
Created August 29, 2013 08:54
Exception while loading Resources even they are present as R.class files
08-29 10:48:44.991: D/dalvikvm(3767): Trying to load lib /data/app-lib/org.chromium.content_shell_apk-1/libcontent_shell_content_view.so 0x422d7c80
08-29 10:48:45.031: D/dalvikvm(3767): Added shared lib /data/app-lib/org.chromium.content_shell_apk-1/libcontent_shell_content_view.so 0x422d7c80
08-29 10:48:45.041: I/LibraryLoader(3767): loaded: content_shell_content_view
08-29 10:48:45.041: I/chromium(3767): [INFO:library_loader_hooks.cc(70)] Chromium logging enabled: level = -1, default verbosity = 1
08-29 10:48:45.071: I/BrowserProcessMain(3767): Initializing chromium process, renderers=9
08-29 10:48:45.131: I/ResourceExtractor(3767): Extracting resource content_shell.pak
08-29 10:48:45.281: D/libEGL(3767): loaded /system/lib/egl/libEGL_tegra.so
08-29 10:48:45.291: D/libEGL(3767): loaded /system/lib/egl/libGLESv1_CM_tegra.so
08-29 10:48:45.301: D/libEGL(3767): loaded /system/lib/egl/libGLESv2_tegra.so
08-29 10:48:45.321: D/OpenGLRenderer(3767): Enabling debug mode 0
@mlasak
mlasak / gist:6716305
Created September 26, 2013 16:04
webinos-android chromium integrated build log
i3dhcp189:webinos-android mla$ ant clean
Buildfile: /devel/_mywebinos/webinos-android/build.xml
-check-env:
[checkenv] Android SDK Tools Revision 22.0.5
[checkenv] Installed at /devel/android-sdk-macosx
-setup:
[echo] Project Name: webinos-android
[gettype] Project Type: Application
@mlasak
mlasak / logcat
Created October 9, 2013 08:58
chromium based wrt on nexus7
I/ActivityManager( 461): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.webinos.android/.app.wrt.ui.WidgetListActivity} from pid 747
D/dalvikvm( 461): GC_FOR_ALLOC freed 652K, 11% free 13625K/15248K, paused 53ms, total 56ms
I/dalvikvm-heap( 461): Grow heap (frag case) to 13.710MB for 251120-byte allocation
D/dalvikvm( 461): GC_FOR_ALLOC freed 18K, 11% free 13852K/15496K, paused 53ms, total 53ms
D/dalvikvm( 1896): Late-enabling CheckJNI
I/ActivityManager( 461): Start proc org.webinos.android for activity org.webinos.android/.app.wrt.ui.WidgetListActivity: pid=1896 uid=10066 gids={50066, 3003, 1015, 3002, 3001, 1006, 1028}
D/dalvikvm( 1896): GC_CONCURRENT freed 166K, 5% free 7650K/7984K, paused 3ms+8ms, total 30ms
D/dalvikvm( 1896): WAIT_FOR_CONCURRENT_GC blocked 21ms
D/libEGL ( 1896): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 1896): loaded /system/lib/egl/libGLESv1_CM_tegra.so
@mlasak
mlasak / logcat
Created November 7, 2013 13:52
webinos startup on android
I/InputReader( 2244): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.24 ]
I/InputDispatcher( 2244): Delivering touch to current input target: action: 0x0
I/InputDispatcher( 2244): Delivering touch to current input target: action: 0x0
I/InputDispatcher( 2244): Delivering touch to current input target: action: 0x0
I/InputDispatcher( 2244): Delivering touch to current input target: action: 0x0
I/TwDVFSBroadcastReceiver( 2581): onLauncherIntent
D/PowerManager( 2581): DVFSLock : acquire : timeout : 1000
I/power ( 2244): *** acquire_dvfs_lock : lockType : 1 freq : 1400000
D/PowerManagerService( 2244): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1400000 uid : 1000 pid : 2581 tag : TwDVFSBroadcastReceiver
I/InputReader( 2244): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]