I am trying to create an app and got stuck at a place. To debug, I have added Log.d messages.
However, I am not getting the log outputs for a certain part of the code. I am getting the log outputs for other parts.
This is weird but is there any solution for it?
PS: There are no filtering enabled, the device is correctly pointed.
08-16 00:09:16.102: W/SoundPool(87): sample 0 not READY
08-16 00:09:16.132: D/PhoneStatusBar(139): disable: < expand icons alerts ticker system_info BACK HOME recent* CLOCK >
08-16 00:09:16.542: I/ARMAssembler(35): generated scanline__00000077:03515104_00009002_00000000 [127 ipp] (149 ins) at [0x4119e818:0x4119ea6c] in 2714369 ns
08-16 00:09:16.662: D/PhoneStatusBar(139): disable: < expand icons alerts ticker system_info back* home* recent clock* >
08-16 00:09:16.752: I/ARMAssembler(35): generated scanline__00000077:03515104_00009001_00000000 [131 ipp] (153 ins) at [0x4119ea70:0x4119ecd4] in 856742 ns
/**********************************
/**Log msgs shd have started here
/**********************************/
08-16 00:09:40.572: W/ThrottleService(87): unable to find stats for iface rmnet0
08-16 00:09:59.873: D/dalvikvm(524): GC_CONCURRENT freed 1913K, 24% free 10314K/13447K, paused 29ms+4ms
08-16 00:10:00.323: D/dalvikvm(524): GC_CONCURRENT freed 246K, 22% free 10504K/13447K, paused 51ms+11ms
08-16 00:10:01.943: D/dalvikvm(524): GC_CONCURRENT freed 617K, 23% free 10395K/13447K, paused 12ms+5ms
08-16 00:10:02.253: D/dalvikvm(524): GC_CONCURRENT freed 255K, 21% free 10649K/13447K, paused 12ms+6ms
08-16 00:10:02.483: D/dalvikvm(524): GC_CONCURRENT freed 261K, 20% free 10873K/13447K, paused 12ms+6ms
08-16 00:10:02.633: D/dalvikvm(524): GC_FOR_ALLOC freed <1K, 17% free 11247K/13447K, paused 61ms
08-16 00:10:20.513: D/dalvikvm(524): GC_CONCURRENT freed 1633K, 24% free 10332K/13447K, paused 12ms+6ms
08-16 00:10:20.793: D/dalvikvm(524): GC_CONCURRENT freed 220K, 22% free 10548K/13447K, paused 11ms+7ms
08-16 00:10:47.174: D/InputEventConsistencyVerifier(524): KeyEvent: ACTION_UP but key was not down.
08-16 00:10:47.174: D/InputEventConsistencyVerifier(524): in Handler (android.view.ViewRootImpl) {4138f060}
08-16 00:10:47.174: D/InputEventConsistencyVerifier(524): 0: sent at 193445000000, KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=158, metaState=0, flags=0x8, repeatCount=0, eventTime=193445, downTime=193341, deviceId=0, source=0x301 }
08-16 00:10:50.823: D/dalvikvm(524): GC_CONCURRENT freed 404K, 21% free 10636K/13447K, paused 6ms+22ms
08-16 00:10:51.433: W/WindowManager(87): Failure taking screenshot for (180x300) to layer 21020
08-16 00:10:51.832: W/NetworkManagementSocketTagger(87): setKernelCountSet(10013, 1) failed with errno -2
08-16 00:10:52.332: I/Process(87): Sending signal. PID: 184 SIG: 3
08-16 00:10:52.342: I/dalvikvm(184): threadid=3: reacting to signal 3
08-16 00:10:52.393: W/InputManagerService(87): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy#415ebf40 (uid=10040 pid=524)
08-16 00:10:52.482: I/dalvikvm(184): Wrote stack traces to '/data/anr/traces.txt'
08-16 00:10:52.752: I/ARMAssembler(35): generated scanline__00000077:03515104_00009004_00000000 [122 ipp] (142 ins) at [0x4119ecd8:0x4119ef10] in 968806 ns
08-16 00:10:52.902: I/dalvikvm(87): Jit: resizing JitTable from 4096 to 8192
08-16 00:10:53.312: W/NetworkManagementSocketTagger(87): setKernelCountSet(10040, 0) failed with errno -2
08-16 00:10:53.442: D/dalvikvm(524): GC_EXPLICIT freed 1214K, 29% free 9573K/13447K, paused 4ms+7ms
Sometimes the current logcat has this error. Did you update the android sdk Tools and android sdk platform-tools ? If this error continue after updated, you can use the logcat deprecated or try to restart your IDE.
Related
I am making an app when I started my app in emulator like bluestack then it show this logcat and finish it self
02-25 00:32:21.401 850-850/com.tricknearn.app D/dalvikvm: Late-enabling CheckJNI
02-25 00:32:21.601 850-850/com.tricknearn.app D/dalvikvm: GC_FOR_ALLOC freed 70K, 28% free 2690K/3728K, paused 20ms, total 40ms
02-25 00:32:21.651 850-850/com.tricknearn.app I/dalvikvm-heap: Grow heap (frag case) to 9.065MB for 6720012-byte allocation
02-25 00:32:21.661 850-859/com.tricknearn.app D/dalvikvm: GC_FOR_ALLOC freed <1K, 11% free 9252K/10292K, paused 10ms, total 10ms
02-25 00:32:21.671 850-853/com.tricknearn.app D/dalvikvm: GC_CONCURRENT freed <1K, 11% free 9252K/10292K, paused 0ms+0ms, total 0ms
02-25 00:32:22.011 850-850/com.tricknearn.app I/PGA: Attempting to create new SOCKET connectionn pid = 850, tid = 850
02-25 00:32:22.031 850-850/com.tricknearn.app I/PGA: New SOCKET connection: com.tricknearn.app (pid 850, tid 850)
02-25 00:32:23.261 850-850/com.tricknearn.app W/IInputConnectionWrapper: showStatusIcon on inactive InputConnection
And when I start this app in mobile device it shows logcat :
02-25 00:38:10.804 17347-17347/com.tricknearn.app V/PhoneWindow: updateColorViewInt()if drawable=null color=-14057287
what does these means and how to fix these. I don't know about that I tried to find this but i did't get usefull information.Need help guys. Thanks in advance.
Output from your phone is correct. Last message means -> if drawable wasn't set then background have white color (-14057287 == white). In output i see only debug, info, verbose and one warning - you don't get any error. Dalvik send to you info that garbage collector works and your heap are growing. What are your question?
I'm trying to install Adobe Air (com.adobe.air) in a Genymotion emulator emulating a Galaxy S4 with android 4.4.4 and I am getting:
Failure [INSTALL_FAILED_INVALID_APK]
With adb logcat I can see:
D/AndroidRuntime( 2350):
D/AndroidRuntime( 2350): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2350): CheckJNI is OFF
D/dalvikvm( 2350): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 2350): Added shared lib libjavacore.so 0x0
D/dalvikvm( 2350): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 2350): Added shared lib libnativehelper.so 0x0
D/dalvikvm( 2350): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
D/dalvikvm( 2350): Note: class Landroid/app/ActivityManagerNative; has 179 unimplemented (abstract) methods
E/memtrack( 2350): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug( 2350): failed to load memtrack module: -2
D/AndroidRuntime( 2350): Calling main entry com.android.commands.pm.Pm
W/ActivityManager( 517): No content provider found for permission revoke: file:///data/local/tmp/Adobe.AIR.v16.0.0.259_www.revdl.com.apk
W/ActivityManager( 517): No content provider found for permission revoke: file:///data/local/tmp/Adobe.AIR.v16.0.0.259_www.revdl.com.apk
I/PackageManager( 517): Copying native libraries to /data/app-lib/vmdl1421280503
D/dalvikvm( 517): GC_FOR_ALLOC freed 1626K, 20% free 10767K/13324K, paused 12ms, total 12ms
D/dalvikvm( 517): GC_FOR_ALLOC freed 309K, 17% free 11063K/13324K, paused 9ms, total 9ms
D/dalvikvm( 517): GC_FOR_ALLOC freed 1138K, 17% free 11163K/13324K, paused 11ms, total 11ms
D/dalvikvm( 517): GC_FOR_ALLOC freed 1036K, 17% free 11173K/13324K, paused 11ms, total 12ms
D/dalvikvm( 517): GC_FOR_ALLOC freed 996K, 17% free 11171K/13324K, paused 9ms, total 10ms
D/dalvikvm( 517): GC_FOR_ALLOC freed 985K, 17% free 11176K/13324K, paused 11ms, total 12ms
D/dalvikvm( 517): GC_FOR_ALLOC freed 987K, 17% free 11184K/13324K, paused 9ms, total 9ms
D/xmlCheckExt( 517): <filter>
D/xmlCheckExt( 517): pkgName = org.mozilla.firefox
D/xmlCheckExt( 517): <filter>
D/xmlCheckExt( 517): pkgName = org.mozilla.firefox_beta
D/xmlCheckExt( 517): <filter>
D/xmlCheckExt( 517): pkgName = com.good.android.gfe
D/xmlCheckExt( 517): <filter>
D/xmlCheckExt( 517): pkgName = com.adobe.air
I/PackageManager( 517): Package with second ABI is in black list: 10079com.adobe.air
W/PackageManager( 517): Package couldn't be installed in /data/app/com.adobe.air-1.apk
D/dalvikvm( 517): GC_EXPLICIT freed 1038K, 17% free 11162K/13324K, paused 1ms+1ms, total 12ms
D/AndroidRuntime( 2350): Shutting down VM
I noted the following piece in the log:
D/xmlCheckExt( 517): pkgName = com.adobe.air
I/PackageManager( 517): Package with second ABI is in black list: 10079com.adobe.air
But when I try:
adb shell pm unblock com.adobe.air
I'm getting:
Package com.adobe.air new blocked state: true
How can I unblock / remove from the blacklist Adobe Air package?
I think that you could find the apk in the sdk folder. In mac is here:
/Applications/Research In Motion/blackberry-tablet-sdk-3.2.1/runtimes/air
I am making a SIP client using PortSIP library made based on AndroidSIPSample project. I get the following error:
01-09 02:00:52.730: A/libc(750): Fatal signal 11 (SIGSEGV) at 0x00000c0d (code=1), thread 750 (ovative.innovox)
The error is not coming when I am running AndroidSIPSample project downloaded from PortSIP website.
Following is my logcat output:
01-09 02:00:47.910: D/dalvikvm(750): Trying to load lib /data/app-lib/in.innovative.innovox-2/libportsipcore.so 0x416fc190
01-09 02:00:47.981: D/dalvikvm(750): Added shared lib /data/app-lib/in.innovative.innovox-2/libportsipcore.so 0x416fc190
01-09 02:00:48.400: D/dalvikvm(750): GC_FOR_ALLOC freed 63K, 8% free 2656K/2876K, paused 81ms, total 91ms
01-09 02:00:48.432: I/dalvikvm-heap(750): Grow heap (frag case) to 5.087MB for 2457616-byte allocation
01-09 02:00:48.510: D/dalvikvm(750): GC_FOR_ALLOC freed 2K, 5% free 5053K/5280K, paused 70ms, total 70ms
01-09 02:00:49.530: D/dalvikvm(750): GC_FOR_ALLOC freed 28K, 4% free 5351K/5540K, paused 53ms, total 57ms
01-09 02:00:49.550: I/dalvikvm-heap(750): Grow heap (frag case) to 6.451MB for 1127536-byte allocation
01-09 02:00:49.630: D/dalvikvm(750): GC_FOR_ALLOC freed 1K, 3% free 6450K/6644K, paused 73ms, total 73ms
01-09 02:00:51.990: I/Choreographer(750): Skipped 167 frames! The application may be doing too much work on its main thread.
01-09 02:00:52.010: D/gralloc_goldfish(750): Emulator without GPU emulation detected.
01-09 02:00:52.730: A/libc(750): Fatal signal 11 (SIGSEGV) at 0x00000c0d (code=1), thread 750 (ovative.innovox)
I don't know what is causing it, I even put images in xhdpi drawable folder for xhdpi devices according to this answer. But still getting the error.
Please help me solve this error.
I was getting the error because I was passing wrong argument to a method of the PortSIP library, so because of that the library was throwing error.
I'm completely new to RenderScript. I was trying to get a simple example shown by Romain Guy in http://www.youtube.com/watch?v=5jz0kSuR2j4 working.
First off, here's the code.
MainActivity.java
package com.example.rsgray;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.renderscript.Allocation;
import android.renderscript.RenderScript;
import android.view.Window;
import android.view.WindowManager;
import android.widget.ImageView;
import android.widget.ImageView.ScaleType;
public class MainActivity extends Activity {
#Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
requestWindowFeature(Window.FEATURE_NO_TITLE);
ImageView iv = new ImageView(this);
iv.setScaleType(ScaleType.CENTER_CROP);
setContentView(iv);
drawGrayScale(iv, R.drawable.tulips);
}
private void drawGrayScale(ImageView iv, int image) {
Bitmap in = BitmapFactory.decodeResource(getResources(), image);
Bitmap out = Bitmap.createBitmap(in.getWidth(), in.getHeight(), in.getConfig());
RenderScript rs = RenderScript.create(MainActivity.this);
Allocation inAlloc = Allocation.createFromBitmap(rs, in);
Allocation outAlloc = Allocation.createTyped(rs, inAlloc.getType());
ScriptC_gray script = new ScriptC_gray(rs, getResources(), R.raw.gray);
script.set_in(inAlloc);
script.set_out(outAlloc);
script.set_script(script);
script.invoke_filter();
outAlloc.copyTo(out);
iv.setImageBitmap(out);
}
}
gray.rs
#pragma version(1)
#pragma rs java_package_name(com.example.rsgray)
#pragma rs_fp_relaxed
rs_allocation in;
rs_allocation out;
rs_script script;
const static float3 gray = { 0.3f, 0.6f, 0.1f };
void root(const uchar4* v_in, uchar4* v_out, const void* usrData, uint32_t x, uint32_t y) {
rsDebug("gray.rs", rsUptimeMillis());
float4 inPixel = rsUnpackColor8888(*v_in);
float3 result = dot(inPixel.rgb, gray);
*v_out = rsPackColorTo8888(result);
}
void filter() {
rsForEach(script, in, out);
}
and finally, AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.rsgray"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="16" />
<application
android:allowBackup="true"
android:icon="#drawable/ic_launcher"
android:label="#string/app_name"
android:theme="#style/AppTheme" >
<activity
android:name="com.example.rsgray.MainActivity"
android:label="#string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
res/drawable-nodpi contains tulips.jpg. You won't find the rsDebug() statement that I've added in gray.rs in Romain Guy's code.
Anyway, the code compiles, with or without rsDebug(). However, the problem starts when I try to run the app on a device.
I tried to run the app on my Nexus 4 running Android 4.4. With the code as shown, it works fine and I get a greyscale image. However, if I comment out the rsDebug() line, the app does not work. I just get a black screen.
Here is the logcat output.
With rsDebug() :
11-26 16:22:41.563: D/dalvikvm(21523): GC_FOR_ALLOC freed 69K, 2% free 9046K/9148K, paused 16ms, total 16ms
11-26 16:22:41.573: I/dalvikvm-heap(21523): Grow heap (frag case) to 11.862MB for 3145744-byte allocation
11-26 16:22:41.603: D/dalvikvm(21523): GC_FOR_ALLOC freed <1K, 1% free 12118K/12224K, paused 30ms, total 30ms
11-26 16:22:41.683: D/dalvikvm(21523): GC_FOR_ALLOC freed <1K, 1% free 12117K/12224K, paused 11ms, total 11ms
11-26 16:22:41.693: I/dalvikvm-heap(21523): Grow heap (frag case) to 14.862MB for 3145744-byte allocation
11-26 16:22:41.703: D/dalvikvm(21523): GC_FOR_ALLOC freed 0K, 1% free 15189K/15300K, paused 14ms, total 14ms
11-26 16:22:41.753: V/RenderScript(21523): 0x74ed5020 Launching thread(s), CPUs 4
11-26 16:22:41.753: W/Adreno-RS(21523): <rsdVendorAllocationDestroyQCOM:194>: rsdVendorAllocationDestroy: No context!
11-26 16:22:41.753: E/RenderScript(21523): Successfully loaded runtime: libRSDriver_adreno.so
11-26 16:22:41.783: D/dalvikvm(21523): GC_FOR_ALLOC freed <1K, 1% free 15201K/15300K, paused 11ms, total 11ms
11-26 16:22:41.803: D/dalvikvm(21523): GC_FOR_ALLOC freed <1K, 1% free 15202K/15300K, paused 11ms, total 12ms
11-26 16:22:41.813: W/Adreno-RS(21523): <rsdCompileBitcode:289>: Header check (bitcode_SHA1) failed for /data/data/com.example.rsgray/cache/com.android.renderscript.cache/gray-adreno.meta
11-26 16:22:41.813: W/Adreno-RS(21523): <rsdDumpCompileLog:499>: Build log for gray: RS code uses long(i64) data type
11-26 16:22:41.813: W/Adreno-RS(21523): RS bitcode does not contain an invokable compute root
11-26 16:22:41.813: W/Adreno-RS(21523): <rsdVendorScriptInitQCOM:610>: ERROR: __BuildProgram returned -11
11-26 16:22:41.813: D/RenderScript(21523): long gray.rs 18142906 0x114d6ba
11-26 16:22:41.813: D/RenderScript(21523): long gray.rs 18142906 0x114d6ba
11-26 16:22:41.813: D/RenderScript(21523): long gray.rs 18142906 0x114d6ba
11-26 16:22:41.813: D/RenderScript(21523): long gray.rs 18142906 0x114d6ba
.
. a million more such lines
.
11-26 16:22:44.686: D/RenderScript(21523): long gray.rs 18145771 0x114e1eb
11-26 16:22:44.686: D/RenderScript(21523): long gray.rs 18145771 0x114e1eb
11-26 16:22:44.686: D/RenderScript(21523): long gray.rs 18145771 0x114e1eb
11-26 16:22:44.686: D/RenderScript(21523): long gray.rs 18145771 0x114e1eb
11-26 16:22:44.717: I/Adreno-EGL(21523): <qeglDrvAPI_eglInitialize:320>: EGL 1.4 QUALCOMM build: (CL3776187)
11-26 16:22:44.717: I/Adreno-EGL(21523): OpenGL ES Shader Compiler Version:
11-26 16:22:44.717: I/Adreno-EGL(21523): Build Date: 10/15/13 Tue
11-26 16:22:44.717: I/Adreno-EGL(21523): Local Branch:
11-26 16:22:44.717: I/Adreno-EGL(21523): Remote Branch: partner/upstream
11-26 16:22:44.717: I/Adreno-EGL(21523): Local Patches:
11-26 16:22:44.717: I/Adreno-EGL(21523): Reconstruct Branch:
11-26 16:22:44.747: D/OpenGLRenderer(21523): Enabling debug mode 0
Without rsDebug() :
11-26 16:23:41.327: D/dalvikvm(21902): GC_FOR_ALLOC freed 56K, 1% free 9046K/9136K, paused 18ms, total 18ms
11-26 16:23:41.337: I/dalvikvm-heap(21902): Grow heap (frag case) to 11.862MB for 3145744-byte allocation
11-26 16:23:41.367: D/dalvikvm(21902): GC_FOR_ALLOC freed <1K, 1% free 12118K/12212K, paused 27ms, total 27ms
11-26 16:23:41.427: D/dalvikvm(21902): GC_FOR_ALLOC freed <1K, 1% free 12117K/12212K, paused 11ms, total 11ms
11-26 16:23:41.437: I/dalvikvm-heap(21902): Grow heap (frag case) to 14.862MB for 3145744-byte allocation
11-26 16:23:41.447: D/dalvikvm(21902): GC_FOR_ALLOC freed 0K, 1% free 15189K/15288K, paused 12ms, total 12ms
11-26 16:23:41.477: V/RenderScript(21902): 0x74ed4f18 Launching thread(s), CPUs 4
11-26 16:23:41.477: W/Adreno-RS(21902): <rsdVendorAllocationDestroyQCOM:194>: rsdVendorAllocationDestroy: No context!
11-26 16:23:41.477: E/RenderScript(21902): Successfully loaded runtime: libRSDriver_adreno.so
11-26 16:23:41.507: D/dalvikvm(21902): GC_FOR_ALLOC freed <1K, 1% free 15201K/15288K, paused 12ms, total 13ms
11-26 16:23:41.527: D/dalvikvm(21902): GC_FOR_ALLOC freed <1K, 1% free 15202K/15288K, paused 12ms, total 12ms
11-26 16:23:41.537: D/bcc(21902): Cache /data/data/com.example.rsgray/cache/com.android.renderscript.cache/gray.o.info is dirty due to the source it dependends on has been changed:
11-26 16:23:43.419: I/Adreno-EGL(21902): <qeglDrvAPI_eglInitialize:320>: EGL 1.4 QUALCOMM build: (CL3776187)
11-26 16:23:43.419: I/Adreno-EGL(21902): OpenGL ES Shader Compiler Version:
11-26 16:23:43.419: I/Adreno-EGL(21902): Build Date: 10/15/13 Tue
11-26 16:23:43.419: I/Adreno-EGL(21902): Local Branch:
11-26 16:23:43.419: I/Adreno-EGL(21902): Remote Branch: partner/upstream
11-26 16:23:43.419: I/Adreno-EGL(21902): Local Patches:
11-26 16:23:43.419: I/Adreno-EGL(21902): Reconstruct Branch:
11-26 16:23:43.449: D/OpenGLRenderer(21902): Enabling debug mode 0
I can not understand how a debug statement can affect the way in which the app runs. Any help on why I'm facing this problem would be much appreciated.
So that's the first part of my problem.
The second part : When I try to run the exact same code on the Galaxy Note 10.1 N8013 running Android 4.1.2 and on another piece of hardware with the APQ8064, also running Android 4.1.2, the app does not work.
Here's the logcat output with my hardware :
01-02 00:00:51.043: E/Trace(1684): error opening trace file: No such file or directory (2)
01-02 00:00:51.043: D/ActivityThread(1684): setTargetHeapUtilization:0.25
01-02 00:00:51.043: D/ActivityThread(1684): setTargetHeapIdealFree:8388608
01-02 00:00:51.053: D/ActivityThread(1684): setTargetHeapConcurrentStart:2097152
01-02 00:00:51.183: V/RenderScript(1684): rsContextCreate dev=0x7276fdd0
01-02 00:00:51.183: V/RenderScript(1684): 0x616350e0 Launching thread(s), CPUs 4
01-02 00:00:51.203: V/ScriptC(1684): Create script for resource = gray
01-02 00:00:51.203: E/bcc(1684): CPU is krait2
01-02 00:00:51.274: W/bcc(1684): Unable to open /data/data/com.example.rsgray/cache/com.android.renderscript.cache/gray.o in read mode. (reason: No such file or directory)
01-02 00:00:51.404: A/libc(1684): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 1701 (.example.rsgray)
And finally, here's the logcat output with the Samsung tablet :
01-02 10:34:47.470: D/dalvikvm(19022): GC_FOR_ALLOC freed 48K, 11% free 7046K/7875K, paused 13ms, total 13ms
01-02 10:34:47.475: I/dalvikvm-heap(19022): Grow heap (frag case) to 10.495MB for 3145744-byte allocation
01-02 10:34:47.495: D/dalvikvm(19022): GC_CONCURRENT freed <1K, 9% free 10117K/11015K, paused 11ms+1ms, total 18ms
01-02 10:34:47.585: D/dalvikvm(19022): GC_FOR_ALLOC freed <1K, 9% free 10117K/11015K, paused 10ms, total 10ms
01-02 10:34:47.590: I/dalvikvm-heap(19022): Grow heap (frag case) to 13.494MB for 3145744-byte allocation
01-02 10:34:47.610: D/dalvikvm(19022): GC_CONCURRENT freed <1K, 7% free 13189K/14151K, paused 11ms+3ms, total 23ms
01-02 10:34:47.610: D/dalvikvm(19022): WAIT_FOR_CONCURRENT_GC blocked 12ms
01-02 10:34:47.610: V/RenderScript(19022): rsContextCreate dev=0x40e3b288
01-02 10:34:47.615: V/RenderScript(19022): 0x411e3008 Launching thread(s), CPUs 3
01-02 10:34:47.625: V/ScriptC(19022): Create script for resource = gray
01-02 10:34:47.625: I/bcc(19022): LIBBCC build time: 2013/01/09 23:19:52
01-02 10:34:47.625: I/bcc(19022): LIBBCC build revision: Unknown (not git)
01-02 10:34:47.645: D/StopWatch(19022): StopWatch calcFileSHA1 time (us): 17719
01-02 10:34:47.650: D/StopWatch(19022): StopWatch calcFileSHA1 time (us): 3031
01-02 10:34:47.650: W/bcc(19022): Unable to open file in read mode. (reason: No such file or directory)
01-02 10:34:47.750: A/libc(19022): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 19053 (.example.rsgray)
That's about it. If anyone has any idea how to interpret this, please do let me know.
Thanks!
I've just encountered the same issue. It seems to be fixed when rsDebug is somewhere in the same function. This fixed it for me:
if(x > 0) {
if(x < 0) {
rsDebug("Workaround for renderscript bug", 0.0f);
}
/* Code */
}
Using this, rsDebug is never actually called, so it will not output anything.
Note this does not work:
if(0) {
rsDebug("Workaround for renderscript bug", 0.0f);
}
This is probably optimized out.
I am trying to setup a android virtual device to test syncing with an activesync-server.
I followed these steps:
The problem is that syncing is not working at all, but there are no errors like connection errors ...
IMO the problem is that the virtual device only has a private IP, so the server never can send anything to it?
So I probably need some kind of forwarding, like here:
But I am not sure if that’s correct and I am also not sure which ports should be forwarded.
Here is the logcat, when I want to sync:
W/InputMethodManagerService( 148): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy#41302038 attribute=null
I/Choreographer( 274): Skipped 41 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 477): GC_CONCURRENT freed 396K, 6% free 8392K/8903K, paused 15ms+7ms, total 527ms
D/dalvikvm( 274): GC_CONCURRENT freed 360K, 11% free 9493K/10567K, paused 29ms+48ms, total 142ms
I/EAS ContactsSyncAdapterService( 477): Contact sync requested for test#example.com
D/dalvikvm( 148): GREF has increased to 601
D/dalvikvm( 477): WAIT_FOR_CONCURRENT_GC blocked 0ms
I/Choreographer( 274): Skipped 33 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 477): GC_EXPLICIT freed 333K, 7% free 8355K/8903K, paused 78ms+32ms, total 1269ms
I/EAS EmailSyncAdapterService( 477): performSync
I/EAS EmailSyncAdapterService( 477): Mail sync requested for test#example.com
D/dalvikvm( 460): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 460): GC_EXPLICIT freed 216K, 5% free 8483K/8839K, paused 145ms+94ms, total 914ms
D/dalvikvm( 148): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 148): GC_EXPLICIT freed 510K, 7% free 11338K/12167K, paused 8ms+35ms, total 323ms
D/dalvikvm( 274): GC_CONCURRENT freed 415K, 11% free 9486K/10567K, paused 25ms+28ms, total 125ms
E/Inbox[test#example.com]( 477): Uncaught exception in EasSyncServicejava.lang.ArrayIndexOutOfBoundsException: length=32; index=32
E/Inbox[test#example.com]( 477): Sync ended due to an exception.
D/dalvikvm( 477): GC_CONCURRENT freed 376K, 6% free 8420K/8903K, paused 5ms+18ms, total 66ms
I don't think this is a problem with your networking setup. It looks like you have an error in your Sync code, that is causing the process to stop:
E/Inboxtest#example.com: Uncaught exception in EasSyncServicejava.lang.ArrayIndexOutOfBoundsException: length=32; index=32
E/Inboxtest#example.com: Sync ended due to an exception.
>
Wrap this code in a try/catch block to understand what is happening better.