Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to scan anything #98

Closed
CStroh opened this issue Mar 26, 2014 · 8 comments
Closed

Unable to scan anything #98

CStroh opened this issue Mar 26, 2014 · 8 comments

Comments

@CStroh
Copy link

CStroh commented Mar 26, 2014

Hi,

for some hours I am trying to get this thing working, but to no effect.
I am working with a Nexus 4 and tried to scan QR codes and standard bar codes with the sample app. However, nothing happens. No exception, but also no recognition of codes.
With a Nexus 7 it is not working, too.

I know this is not much information, but I have no idea what is going wrong.

Best regards

@Redth
Copy link
Owner

Redth commented Mar 26, 2014

@CStroh which Nexus 7 do you have, the 1st or 2nd gen?

Also, try setting the AutoRotate = true like this:

var opt = new MobileBarcodeScanningOptions() { AutoRotate = true };
scanner.Scan(opt);

I recently changed how the rotation is detected and autorotate isn't on by default now, so curious if that's causing an issue for you (maybe your device is not returning the same orientation that the code is expecting).

@pettys
Copy link

pettys commented Mar 26, 2014

Hi @Redth and @CStroh - just thought I'd throw in that I'm scanning standard barcodes successfully with this component both on my Nexus 4 and my Nexus 7 2nd gen. I compiled in the latest code on 3/21/14, the 494c6dc version. So that code seems to work fine on my two devices. I didn't try the sample app directly.

Quick disclosure: My app does include the code from PR #90, and I'm scanning with the camera at 800 x something instead of the default. I wouldn't think that would make a difference, but thought I'd better mention it.

@crapitan
Copy link

I also experience the same problem. I have tested with my Nexus 4 and with a Sony Experia Z1. Tested with both my application and the sample application. (Added the @Redth code aswell)

@CStroh
Copy link
Author

CStroh commented Mar 26, 2014

Thanks for the comments! Unfortunately, I won't be able to test this until tuesday.
I will report on tuesday.

@agenne
Copy link

agenne commented Mar 29, 2014

Same Problem on my side. Tried to debug the Sample.Android solution. I can compile, deploy and debug the source code within the Sample.Android project. But breakpoints within ZXing.Net.Mobile.Android won't hit. So can someone tell, what to do, to be able to debug this component.
Next, I tried to modify the code by adding some debug logging. Changed the code like this:

    public void OnPreviewFrame (byte [] bytes, Android.Hardware.Camera camera)
    {
  Android.Util.Log.Debug("ZXing.Mobile", "--------------------------------------------------------------------");

  //Check and see if we're still processing a previous frame
        if (processingTask != null && !processingTask.IsCompleted)
            return;

        if ((DateTime.UtcNow - lastPreviewAnalysis).TotalMilliseconds < options.DelayBetweenAnalyzingFrames)
            return;

        var cameraParameters = camera.GetParameters();
        var width = cameraParameters.PreviewSize.Width;
        var height = cameraParameters.PreviewSize.Height;
        //var img = new YuvImage(bytes, ImageFormatType.Nv21, cameraParameters.PreviewSize.Width, cameraParameters.PreviewSize.Height, null);   
        lastPreviewAnalysis = DateTime.UtcNow;

        processingTask = Task.Factory.StartNew (() =>
        {
            try
            {
      Android.Util.Log.Debug("ZXing.Mobile", "BARCODE TASK 1");

This is what i see in the Output:

Loaded assembly: /data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZxingSharp.MonoForAndroid.Sample.dll
03-29 19:52:57.090 D/dalvikvm(29486): Late-enabling CheckJNI
03-29 19:52:57.100 I/dalvikvm(29486): Turning on JNI app bug workarounds for target SDK version 10...
03-29 19:52:57.120 E/Trace (29486): error opening trace file: No such file or directory (2)
03-29 19:52:57.130 I/ActivityThread(29486): Pub ZxingSharp.MonoForAndroid.Sample.mono.MonoRuntimeProvider.mono_init: mono.MonoRuntimeProvider
03-29 19:52:57.130 D/dalvikvm(29486): Trying to load lib /data/data/ZxingSharp.MonoForAndroid.Sample/lib/libmonodroid.so 0x41f935b8
Loaded assembly: /data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/Xamarin.Android.Support.v4.dll
03-29 19:52:57.140 D/dalvikvm(29486): Added shared lib /data/data/ZxingSharp.MonoForAndroid.Sample/lib/libmonodroid.so 0x41f935b8
03-29 19:52:57.140 W/MonoDroid-Debugger(29486): Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8851,server=y,embedding=1
03-29 19:52:57.310 W/MonoDroid-Debugger(29486): Accepted stdout connection: 42
03-29 19:52:58.090 D/Mono (29486): Image addref mscorlib[0x67ba61b0] -> mscorlib.dll[0x64d30008]: 1
03-29 19:52:58.090 D/Mono (29486): AOT module 'mscorlib.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/ZxingSharp.MonoForAndroid.Sample/lib/mscorlib.dll.so' not found
03-29 19:52:58.140 D/Mono (29486): GC_MAJOR: (mature allocation failure) pause 0.66ms, total 0.65ms, bridge 0.01ms major 96K/32K los 0K/0K
03-29 19:52:58.150 D/Mono (29486): Assembly mscorlib[0x67ba61b0] added to domain RootDomain, ref_count=1
03-29 19:52:58.520 D/Mono (29486): Assembly Loader probing location: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZxingSharp.MonoForAndroid.Sample.dll'.
03-29 19:52:58.520 D/Mono (29486): Image addref ZxingSharp.MonoForAndroid.Sample[0x4181fe00] -> /data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZxingSharp.MonoForAndroid.Sample.dll[0x64d30618]: 2
03-29 19:52:58.520 D/Mono (29486): Assembly ZxingSharp.MonoForAndroid.Sample[0x4181fe00] added to domain RootDomain, ref_count=1
03-29 19:52:58.520 D/Mono (29486): AOT module '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZxingSharp.MonoForAndroid.Sample.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/ZxingSharp.MonoForAndroid.Sample/lib//data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZxingSharp.MonoForAndroid.Sample.dll.so' not found
03-29 19:52:58.520 D/Mono (29486): Assembly Loader loaded assembly from location: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZxingSharp.MonoForAndroid.Sample.dll'.
Loaded assembly: /data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/zxing.monoandroid.dll
03-29 19:52:58.520 D/Mono (29486): Config attempting to parse: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZxingSharp.MonoForAndroid.Sample.dll.config'.
03-29 19:52:58.520 D/Mono (29486): Config attempting to parse: '/Users/builder/data/lanes/monodroid-mlion-monodroid-4.12-series/a1e3982a/source/monodroid/builds/install/mono-armv7/etc/mono/assemblies/ZxingSharp.MonoForAndroid.Sample/ZxingSharp.MonoForAndroid.Sample.config'.
03-29 19:52:58.520 D/Mono (29486): Assembly Loader probing location: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/Xamarin.Android.Support.v4.dll'.
Loaded assembly: /data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZXing.Net.Mobile.dll
03-29 19:52:58.520 D/Mono (29486): Image addref Xamarin.Android.Support.v4[0x64bcfa28] -> /data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/Xamarin.Android.Support.v4.dll[0x66edf948]: 2
03-29 19:52:58.520 D/Mono (29486): Assembly Xamarin.Android.Support.v4[0x64bcfa28] added to domain RootDomain, ref_count=1
03-29 19:52:58.520 D/Mono (29486): AOT module '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/Xamarin.Android.Support.v4.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/ZxingSharp.MonoForAndroid.Sample/lib//data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/Xamarin.Android.Support.v4.dll.so' not found
03-29 19:52:58.520 D/Mono (29486): Assembly Loader loaded assembly from location: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/Xamarin.Android.Support.v4.dll'.
03-29 19:52:58.520 D/Mono (29486): Config attempting to parse: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/Xamarin.Android.Support.v4.dll.config'.
03-29 19:52:58.520 D/Mono (29486): Config attempting to parse: '/Users/builder/data/lanes/monodroid-mlion-monodroid-4.12-series/a1e3982a/source/monodroid/builds/install/mono-armv7/etc/mono/assemblies/Xamarin.Android.Support.v4/Xamarin.Android.Support.v4.config'.
03-29 19:52:58.520 D/Mono (29486): Assembly Loader probing location: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/zxing.monoandroid.dll'.
03-29 19:52:58.520 D/Mono (29486): Image addref zxing.monoandroid[0x619e4d58] -> /data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/zxing.monoandroid.dll[0x64bd0a68]: 2
03-29 19:52:58.520 D/Mono (29486): Assembly zxing.monoandroid[0x619e4d58] added to domain RootDomain, ref_count=1
03-29 19:52:58.520 D/Mono (29486): AOT module '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/zxing.monoandroid.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/ZxingSharp.MonoForAndroid.Sample/lib//data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/zxing.monoandroid.dll.so' not found
03-29 19:52:58.520 D/Mono (29486): Assembly Loader loaded assembly from location: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/zxing.monoandroid.dll'.
03-29 19:52:58.520 D/Mono (29486): Config attempting to parse: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/zxing.monoandroid.dll.config'.
03-29 19:52:58.520 D/Mono (29486): Config attempting to parse: '/Users/builder/data/lanes/monodroid-mlion-monodroid-4.12-series/a1e3982a/source/monodroid/builds/install/mono-armv7/etc/mono/assemblies/zxing.monoandroid/zxing.monoandroid.config'.
03-29 19:52:58.520 D/Mono (29486): Assembly Loader probing location: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZXing.Net.Mobile.dll'.
03-29 19:52:58.520 D/Mono (29486): Image addref ZXing.Net.Mobile[0x619e4de8] -> /data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZXing.Net.Mobile.dll[0x64d2b338]: 2
03-29 19:52:58.520 D/Mono (29486): Assembly ZXing.Net.Mobile[0x619e4de8] added to domain RootDomain, ref_count=1
03-29 19:52:58.520 D/Mono (29486): AOT module '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZXing.Net.Mobile.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/ZxingSharp.MonoForAndroid.Sample/lib//data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZXing.Net.Mobile.dll.so' not found
03-29 19:52:58.520 D/Mono (29486): Assembly Loader loaded assembly from location: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZXing.Net.Mobile.dll'.
Loaded assembly: Mono.Android.dll [External]
03-29 19:52:58.520 D/Mono (29486): Config attempting to parse: '/data/data/ZxingSharp.MonoForAndroid.Sample/files/.override/ZXing.Net.Mobile.dll.config'.
03-29 19:52:58.520 D/Mono (29486): Config attempting to parse: '/Users/builder/data/lanes/monodroid-mlion-monodroid-4.12-series/a1e3982a/source/monodroid/builds/install/mono-armv7/etc/mono/assemblies/ZXing.Net.Mobile/ZXing.Net.Mobile.config'.
03-29 19:52:58.520 W/monodroid-gc(29486): GREF GC Threshold: 46800
03-29 19:52:58.520 D/Mono (29486): Image addref Mono.Android[0x67371a38] -> Mono.Android.dll[0x67775310]: 1
03-29 19:52:58.520 D/Mono (29486): Assembly Mono.Android[0x67371a38] added to domain RootDomain, ref_count=1
03-29 19:52:58.520 D/Mono (29486): AOT module 'Mono.Android.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/ZxingSharp.MonoForAndroid.Sample/lib/Mono.Android.dll.so' not found
03-29 19:52:58.540 W/Mono (29486): The request to load the assembly mscorlib v2.0.5.0 was remapped to v2.0.0.0
03-29 19:52:58.540 D/Mono (29486): Unloading image mscorlib.dll [0x64d2f860].
03-29 19:52:58.540 D/Mono (29486): Assembly Ref addref Mono.Android[0x67371a38] -> mscorlib[0x67ba61b0]: 2
03-29 19:52:58.760 W/Mono (29486): The request to load the assembly mscorlib v2.0.5.0 was remapped to v2.0.0.0
03-29 19:52:58.760 D/Mono (29486): Unloading image mscorlib.dll [0x66deaa78].
03-29 19:52:58.760 D/Mono (29486): Assembly Ref addref Xamarin.Android.Support.v4[0x64bcfa28] -> mscorlib[0x67ba61b0]: 3
03-29 19:52:58.760 D/Mono (29486): Assembly Ref addref Xamarin.Android.Support.v4[0x64bcfa28] -> Mono.Android[0x67371a38]: 2
03-29 19:52:58.810 W/MonoDroid(29486): Xamarin/Android Trial Mode Active
03-29 19:52:58.820 D/dalvikvm(29486): GC_FOR_ALLOC freed 72K, 8% free 6070K/6531K, paused 8ms, total 8ms
03-29 19:52:58.820 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.591MB for 441776-byte allocation
03-29 19:52:58.840 D/dalvikvm(29486): GC_CONCURRENT freed <1K, 7% free 6501K/6983K, paused 11ms+1ms, total 18ms
03-29 19:53:01.920 W/Mono (29486): The request to load the assembly System.Core v2.0.5.0 was remapped to v3.5.0.0
03-29 19:53:01.920 D/Mono (29486): Image addref System.Core[0x66e43ea0] -> System.Core.dll[0x66e432c8]: 1
03-29 19:53:01.920 D/Mono (29486): Assembly System.Core[0x66e43ea0] added to domain RootDomain, ref_count=1
03-29 19:53:01.930 D/Mono (29486): AOT module 'System.Core.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/ZxingSharp.MonoForAndroid.Sample/lib/System.Core.dll.so' not found
03-29 19:53:01.930 D/Mono (29486): Assembly Ref addref Mono.Android[0x67371a38] -> System.Core[0x66e43ea0]: 2
03-29 19:53:01.930 W/Mono (29486): The request to load the assembly mscorlib v2.0.5.0 was remapped to v2.0.0.0
03-29 19:53:01.930 D/Mono (29486): Unloading image mscorlib.dll [0x64ed2020].
03-29 19:53:01.930 D/Mono (29486): Assembly Ref addref System.Core[0x66e43ea0] -> mscorlib[0x67ba61b0]: 4
Loaded assembly: System.Core.dll [External]
03-29 19:53:01.960 D/Mono (29486): Assembly Ref addref ZxingSharp.MonoForAndroid.Sample[0x4181fe00] -> Mono.Android[0x67371a38]: 3
03-29 19:53:02.290 D/Mono (29486): DllImport attempting to load: '__Internal'.
03-29 19:53:02.290 D/Mono (29486): DllImport loaded library '(null)'.
03-29 19:53:02.290 D/Mono (29486): DllImport searching in: '__Internal' ('(null)').
03-29 19:53:02.290 D/Mono (29486): Searching for '_monodroid_gc_wait_for_bridge_processing'.
03-29 19:53:02.290 D/Mono (29486): Probing '_monodroid_gc_wait_for_bridge_processing'.
03-29 19:53:02.290 D/Mono (29486): Found as '_monodroid_gc_wait_for_bridge_processing'.
03-29 19:53:02.300 D/Mono (29486): DllImport searching in: '__Internal' ('(null)').
03-29 19:53:02.300 D/Mono (29486): Searching for '_monodroid_get_identity_hash_code'.
03-29 19:53:02.300 D/Mono (29486): Probing '_monodroid_get_identity_hash_code'.
03-29 19:53:02.300 D/Mono (29486): Found as '_monodroid_get_identity_hash_code'.
Loaded assembly: MonoDroidConstructors [External]
03-29 19:53:02.410 D/Mono (29486): Assembly Ref addref ZxingSharp.MonoForAndroid.Sample[0x4181fe00] -> ZXing.Net.Mobile[0x619e4de8]: 2
03-29 19:53:02.410 W/Mono (29486): The request to load the assembly mscorlib v2.0.5.0 was remapped to v2.0.0.0
03-29 19:53:02.410 D/Mono (29486): Unloading image mscorlib.dll [0x671f0918].
03-29 19:53:02.410 D/Mono (29486): Assembly Ref addref ZXing.Net.Mobile[0x619e4de8] -> mscorlib[0x67ba61b0]: 5
03-29 19:53:02.410 W/Mono (29486): The request to load the assembly mscorlib v2.0.5.0 was remapped to v2.0.0.0
03-29 19:53:02.410 D/Mono (29486): Unloading image mscorlib.dll [0x671a9808].
03-29 19:53:02.410 D/Mono (29486): Assembly Ref addref ZxingSharp.MonoForAndroid.Sample[0x4181fe00] -> mscorlib[0x67ba61b0]: 6
03-29 19:53:02.430 D/Mono (29486): DllImport searching in: '__Internal' ('(null)').
03-29 19:53:02.430 D/Mono (29486): Searching for '_monodroid_gref_inc'.
03-29 19:53:02.430 D/Mono (29486): Probing '_monodroid_gref_inc'.
03-29 19:53:02.430 D/Mono (29486): Found as '_monodroid_gref_inc'.
03-29 19:53:02.430 D/Mono (29486): DllImport searching in: '__Internal' ('(null)').
03-29 19:53:02.430 D/Mono (29486): Searching for '_monodroid_gref_log_new'.
03-29 19:53:02.430 D/Mono (29486): Probing '_monodroid_gref_log_new'.
03-29 19:53:02.430 D/Mono (29486): Found as '_monodroid_gref_log_new'.
03-29 19:53:02.440 D/Mono (29486): Assembly Ref addref ZXing.Net.Mobile[0x619e4de8] -> Mono.Android[0x67371a38]: 4
03-29 19:53:02.440 D/Mono (29486): Assembly Ref addref ZXing.Net.Mobile[0x619e4de8] -> zxing.monoandroid[0x619e4d58]: 2
03-29 19:53:02.440 W/Mono (29486): The request to load the assembly mscorlib v2.0.5.0 was remapped to v2.0.0.0
03-29 19:53:02.440 D/Mono (29486): Unloading image mscorlib.dll [0x670387b8].
03-29 19:53:02.440 D/Mono (29486): Assembly Ref addref zxing.monoandroid[0x619e4d58] -> mscorlib[0x67ba61b0]: 7
03-29 19:53:02.540 D/Mono (29486): DllImport searching in: '__Internal' ('(null)').
03-29 19:53:02.540 D/Mono (29486): Searching for '_monodroid_gref_dec'.
03-29 19:53:02.540 D/Mono (29486): Probing '_monodroid_gref_dec'.
03-29 19:53:02.540 D/Mono (29486): Found as '_monodroid_gref_dec'.
03-29 19:53:02.540 D/Mono (29486): DllImport searching in: '__Internal' ('(null)').
03-29 19:53:02.540 D/Mono (29486): Searching for '_monodroid_gref_log_delete'.
03-29 19:53:02.540 D/Mono (29486): Probing '_monodroid_gref_log_delete'.
03-29 19:53:02.540 D/Mono (29486): Found as '_monodroid_gref_log_delete'.
03-29 19:53:04.530 D/Mono (29486): Assembly Ref addref ZxingSharp.MonoForAndroid.Sample[0x4181fe00] -> zxing.monoandroid[0x619e4d58]: 3
Thread started: #2
Thread started: #3
03-29 19:53:04.630 D/Mono (29486): Assembly Ref addref ZXing.Net.Mobile[0x619e4de8] -> Xamarin.Android.Support.v4[0x64bcfa28]: 2
03-29 19:53:04.650 D/Mono (29486): DllImport attempting to load: '/system/lib/libc.so'.
03-29 19:53:04.650 D/Mono (29486): DllImport loaded library '/system/lib/libc.so'.
03-29 19:53:04.650 D/Mono (29486): DllImport searching in: '/system/lib/libc.so' ('/system/lib/libc.so').
03-29 19:53:04.650 D/Mono (29486): Searching for 'gettid'.
03-29 19:53:04.650 D/Mono (29486): Probing 'gettid'.
03-29 19:53:04.650 D/Mono (29486): Found as 'gettid'.
03-29 19:53:04.830 D/Mono (29486): Assembly Ref addref zxing.monoandroid[0x619e4d58] -> Mono.Android[0x67371a38]: 5
03-29 19:53:04.880 D/ZXing.Net.Mobile(29486): TEST TEST Checking Camera Permissions...
03-29 19:53:04.890 W/Mono (29486): The request to load the assembly System.Xml v2.0.5.0 was remapped to v2.0.0.0
Loaded assembly: System.Xml.dll [External]
03-29 19:53:04.890 D/Mono (29486): Image addref System.Xml[0x6751f318] -> System.Xml.dll[0x67519570]: 1
03-29 19:53:04.890 D/Mono (29486): Assembly System.Xml[0x6751f318] added to domain RootDomain, ref_count=1
03-29 19:53:04.890 D/Mono (29486): AOT module 'System.Xml.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/ZxingSharp.MonoForAndroid.Sample/lib/System.Xml.dll.so' not found
03-29 19:53:04.890 D/Mono (29486): Assembly Ref addref Mono.Android[0x67371a38] -> System.Xml[0x6751f318]: 2
03-29 19:53:04.890 W/Mono (29486): The request to load the assembly mscorlib v2.0.5.0 was remapped to v2.0.0.0
03-29 19:53:04.890 D/Mono (29486): Unloading image mscorlib.dll [0x675274e8].
03-29 19:53:04.890 D/Mono (29486): Assembly Ref addref System.Xml[0x6751f318] -> mscorlib[0x67ba61b0]: 8
03-29 19:53:05.010 D/ZXing.Net.Mobile(29486): TEST TEST Checking Camera Permissions...
03-29 19:53:06.240 D/ZXING (29486): Changing Camera Orientation to: 90
03-29 19:53:06.250 D/ZXING (29486): AutoFocus Requested
03-29 19:53:06.410 I/Choreographer(29486): Skipped 79 frames! The application may be doing too much work on its main thread.
03-29 19:53:06.510 D/ZXing.Mobile(29486): AutoFocused
Thread started: #4
03-29 19:53:06.640 D/dalvikvm(29486): GC_FOR_ALLOC freed 51K, 5% free 6643K/6983K, paused 33ms, total 33ms
03-29 19:53:06.640 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.416MB for 720016-byte allocation
03-29 19:53:06.670 D/dalvikvm(29486): GC_FOR_ALLOC freed 449K, 11% free 6897K/7687K, paused 28ms, total 28ms
03-29 19:53:06.710 D/dalvikvm(29486): GC_CONCURRENT freed <1K, 11% free 6899K/7687K, paused 12ms+1ms, total 45ms
03-29 19:53:06.760 D/dalvikvm(29486): GC_FOR_ALLOC freed 1K, 11% free 6897K/7687K, paused 18ms, total 18ms
03-29 19:53:06.760 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.665MB for 720016-byte allocation
03-29 19:53:06.800 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 10% free 7601K/8391K, paused 11ms+3ms, total 30ms
03-29 19:53:06.800 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 19ms
03-29 19:53:06.800 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:06.810 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:06.860 D/dalvikvm(29486): GC_FOR_ALLOC freed 1406K, 27% free 6194K/8391K, paused 28ms, total 28ms
03-29 19:53:06.860 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.978MB for 720016-byte allocation
03-29 19:53:06.890 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6897K/8391K, paused 11ms+3ms, total 27ms
03-29 19:53:06.890 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 14ms
03-29 19:53:06.910 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:06.960 D/dalvikvm(29486): GC_FOR_ALLOC freed 704K, 27% free 6196K/8391K, paused 12ms, total 12ms
03-29 19:53:06.960 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.980MB for 720016-byte allocation
03-29 19:53:06.990 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6899K/8391K, paused 12ms+1ms, total 34ms
03-29 19:53:06.990 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 6ms
03-29 19:53:06.990 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:06.990 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 5ms
03-29 19:53:07.000 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 18% free 6899K/8391K, paused 13ms, total 13ms
03-29 19:53:07.000 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.666MB for 720016-byte allocation
03-29 19:53:07.030 D/dalvikvm(29486): GC_CONCURRENT freed 703K, 18% free 6899K/8391K, paused 15ms+1ms, total 25ms
03-29 19:53:07.030 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 4ms
03-29 19:53:07.050 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.070 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6197K/8391K, paused 10ms, total 10ms
03-29 19:53:07.070 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.981MB for 720016-byte allocation
03-29 19:53:07.090 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6900K/8391K, paused 11ms+1ms, total 21ms
03-29 19:53:07.090 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 6ms
03-29 19:53:07.090 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.110 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6197K/8391K, paused 10ms, total 10ms
03-29 19:53:07.110 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.981MB for 720016-byte allocation
03-29 19:53:07.130 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6900K/8391K, paused 12ms+1ms, total 22ms
03-29 19:53:07.160 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.190 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6199K/8391K, paused 10ms, total 10ms
03-29 19:53:07.190 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.982MB for 720016-byte allocation
03-29 19:53:07.220 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6902K/8391K, paused 11ms+1ms, total 30ms
03-29 19:53:07.220 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 2ms
03-29 19:53:07.220 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.230 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 4ms
03-29 19:53:07.240 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6199K/8391K, paused 11ms, total 11ms
03-29 19:53:07.240 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.982MB for 720016-byte allocation
03-29 19:53:07.260 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6902K/8391K, paused 11ms+1ms, total 22ms
03-29 19:53:07.260 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 9ms
03-29 19:53:07.280 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.310 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6200K/8391K, paused 12ms, total 12ms
03-29 19:53:07.310 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.984MB for 720016-byte allocation
03-29 19:53:07.340 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6903K/8391K, paused 11ms+1ms, total 29ms
03-29 19:53:07.340 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 3ms
03-29 19:53:07.340 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.400 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6200K/8391K, paused 19ms, total 19ms
03-29 19:53:07.400 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.984MB for 720016-byte allocation
03-29 19:53:07.420 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6903K/8391K, paused 11ms+1ms, total 24ms
03-29 19:53:07.420 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 9ms
03-29 19:53:07.440 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.470 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6201K/8391K, paused 9ms, total 9ms
03-29 19:53:07.470 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.985MB for 720016-byte allocation
03-29 19:53:07.500 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6904K/8391K, paused 11ms+6ms, total 30ms
03-29 19:53:07.500 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 9ms
03-29 19:53:07.500 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 0ms
03-29 19:53:07.520 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 18% free 6904K/8391K, paused 22ms, total 22ms
03-29 19:53:07.520 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.671MB for 720016-byte allocation
03-29 19:53:07.550 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 10% free 7608K/8391K, paused 31ms, total 31ms
03-29 19:53:07.560 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.570 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.580 D/dalvikvm(29486): GC_CONCURRENT freed 703K, 18% free 6904K/8391K, paused 2ms+2ms, total 25ms
03-29 19:53:07.580 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 0ms
03-29 19:53:07.590 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6201K/8391K, paused 11ms, total 11ms
03-29 19:53:07.590 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.985MB for 720016-byte allocation
03-29 19:53:07.620 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6904K/8391K, paused 11ms+2ms, total 29ms
03-29 19:53:07.620 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 11ms
03-29 19:53:07.630 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.670 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6203K/8391K, paused 7ms, total 7ms
03-29 19:53:07.670 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.986MB for 720016-byte allocation
03-29 19:53:07.690 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6906K/8391K, paused 11ms+1ms, total 25ms
03-29 19:53:07.690 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 4ms
03-29 19:53:07.690 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.710 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6203K/8391K, paused 10ms, total 10ms
03-29 19:53:07.710 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.986MB for 720016-byte allocation
03-29 19:53:07.730 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6906K/8391K, paused 12ms+1ms, total 22ms
03-29 19:53:07.730 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 11ms
03-29 19:53:07.760 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.790 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6204K/8391K, paused 8ms, total 8ms
03-29 19:53:07.790 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.988MB for 720016-byte allocation
03-29 19:53:07.810 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6907K/8391K, paused 11ms+1ms, total 19ms
03-29 19:53:07.810 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.830 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6204K/8391K, paused 9ms, total 9ms
03-29 19:53:07.830 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.988MB for 720016-byte allocation
03-29 19:53:07.850 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6907K/8391K, paused 12ms+1ms, total 23ms
03-29 19:53:07.850 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 11ms
03-29 19:53:07.880 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.910 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6205K/8391K, paused 8ms, total 8ms
03-29 19:53:07.910 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.989MB for 720016-byte allocation
03-29 19:53:07.930 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6908K/8391K, paused 11ms+1ms, total 21ms
03-29 19:53:07.930 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:07.950 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6205K/8391K, paused 9ms, total 9ms
03-29 19:53:07.950 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.989MB for 720016-byte allocation
03-29 19:53:07.970 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6908K/8391K, paused 11ms+1ms, total 24ms
03-29 19:53:07.970 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 10ms
03-29 19:53:08.000 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.030 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6207K/8391K, paused 9ms, total 9ms
03-29 19:53:08.030 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.990MB for 720016-byte allocation
03-29 19:53:08.050 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6910K/8391K, paused 11ms+2ms, total 26ms
03-29 19:53:08.050 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 3ms
03-29 19:53:08.050 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.070 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6207K/8391K, paused 9ms, total 9ms
03-29 19:53:08.070 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.990MB for 720016-byte allocation
03-29 19:53:08.090 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6910K/8391K, paused 12ms+1ms, total 24ms
03-29 19:53:08.090 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 4ms
03-29 19:53:08.120 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.150 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6208K/8391K, paused 13ms, total 13ms
03-29 19:53:08.160 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.992MB for 720016-byte allocation
03-29 19:53:08.190 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6911K/8391K, paused 11ms+2ms, total 30ms
03-29 19:53:08.190 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 4ms
03-29 19:53:08.200 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 18% free 6911K/8391K, paused 12ms, total 12ms
03-29 19:53:08.200 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.678MB for 720016-byte allocation
03-29 19:53:08.200 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 27ms
03-29 19:53:08.220 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 10% free 7614K/8391K, paused 23ms, total 23ms
03-29 19:53:08.220 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.230 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.240 D/dalvikvm(29486): GC_CONCURRENT freed 703K, 18% free 6911K/8391K, paused 2ms+3ms, total 21ms
03-29 19:53:08.270 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6209K/8391K, paused 8ms, total 8ms
03-29 19:53:08.270 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.993MB for 720016-byte allocation
03-29 19:53:08.320 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6912K/8391K, paused 12ms+2ms, total 45ms
03-29 19:53:08.320 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 14ms
03-29 19:53:08.330 D/dalvikvm(29486): GC_FOR_ALLOC freed 19K, 18% free 6892K/8391K, paused 9ms, total 10ms
03-29 19:53:08.330 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.660MB for 720016-byte allocation
03-29 19:53:08.330 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 13ms
03-29 19:53:08.360 D/dalvikvm(29486): GC_EXPLICIT freed 15K, 10% free 7580K/8391K, paused 11ms+1ms, total 32ms
03-29 19:53:08.360 D/Mono (29486): GC_BRIDGE num-objects 100 num_hash_entries 103 sccs size 103 init 0.00ms df1 1.17ms sort 0.16ms dfs2 1.53ms setup-cb 0.13ms free-data 0.15ms user-cb 48.17ms clenanup 0.37ms links 3/3/3/1 dfs passes 206/106
03-29 19:53:08.360 D/Mono (29486): GC_MAJOR: (LOS overflow) pause 23.76ms, total 24.16ms, bridge 50.85ms major 656K/272K los 2812K/16875K
03-29 19:53:08.370 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.370 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.390 D/dalvikvm(29486): GC_FOR_ALLOC freed 1407K, 27% free 6173K/8391K, paused 7ms, total 7ms
03-29 19:53:08.390 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.958MB for 720016-byte allocation
03-29 19:53:08.410 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6877K/8391K, paused 11ms+1ms, total 18ms
03-29 19:53:08.430 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.470 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6175K/8391K, paused 8ms, total 8ms
03-29 19:53:08.470 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.960MB for 720016-byte allocation
03-29 19:53:08.500 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6878K/8391K, paused 11ms+12ms, total 33ms
03-29 19:53:08.500 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 1ms
03-29 19:53:08.500 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.550 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6176K/8391K, paused 10ms, total 10ms
03-29 19:53:08.550 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.961MB for 720016-byte allocation
03-29 19:53:08.580 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6879K/8391K, paused 11ms+2ms, total 29ms
03-29 19:53:08.580 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 2ms
03-29 19:53:08.580 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.630 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6176K/8391K, paused 10ms, total 10ms
03-29 19:53:08.630 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.961MB for 720016-byte allocation
03-29 19:53:08.650 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 19% free 6879K/8391K, paused 24ms, total 24ms
03-29 19:53:08.710 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6879K/8391K, paused 14ms+1ms, total 54ms
03-29 19:53:08.720 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.720 D/ZXING (29486): AutoFocus Requested
03-29 19:53:08.740 D/ZXing.Mobile(29486): AutoFocused
03-29 19:53:08.750 D/dalvikvm(29486): GC_FOR_ALLOC freed 704K, 27% free 6177K/8391K, paused 10ms, total 10ms
03-29 19:53:08.750 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.962MB for 720016-byte allocation
03-29 19:53:08.770 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6881K/8391K, paused 11ms+1ms, total 19ms
03-29 19:53:08.780 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.800 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6177K/8391K, paused 19ms, total 19ms
03-29 19:53:08.800 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.962MB for 720016-byte allocation
03-29 19:53:08.830 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6881K/8391K, paused 11ms+2ms, total 29ms
03-29 19:53:08.830 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 17ms
03-29 19:53:08.860 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.870 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6179K/8391K, paused 10ms, total 10ms
03-29 19:53:08.880 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.964MB for 720016-byte allocation
03-29 19:53:08.900 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6882K/8391K, paused 11ms+4ms, total 23ms
03-29 19:53:08.900 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:08.980 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6179K/8391K, paused 39ms, total 39ms
03-29 19:53:08.980 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.964MB for 720016-byte allocation
03-29 19:53:09.010 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 18% free 6882K/8391K, paused 27ms, total 27ms
03-29 19:53:09.040 D/dalvikvm(29486): GC_CONCURRENT freed <1K, 18% free 6883K/8391K, paused 12ms+4ms, total 35ms
03-29 19:53:09.050 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.070 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6180K/8391K, paused 12ms, total 12ms
03-29 19:53:09.070 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.965MB for 720016-byte allocation
03-29 19:53:09.100 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6883K/8391K, paused 11ms+9ms, total 27ms
03-29 19:53:09.100 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 0ms
03-29 19:53:09.100 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.180 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6180K/8391K, paused 37ms, total 37ms
03-29 19:53:09.180 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.965MB for 720016-byte allocation
03-29 19:53:09.200 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 18% free 6883K/8391K, paused 23ms, total 23ms
03-29 19:53:09.240 D/dalvikvm(29486): GC_CONCURRENT freed <1K, 18% free 6885K/8391K, paused 11ms+12ms, total 41ms
03-29 19:53:09.240 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.270 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6181K/8391K, paused 13ms, total 13ms
03-29 19:53:09.270 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.966MB for 720016-byte allocation
03-29 19:53:09.310 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6884K/8391K, paused 12ms+2ms, total 37ms
03-29 19:53:09.310 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 7ms
03-29 19:53:09.310 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.350 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6181K/8391K, paused 12ms, total 12ms
03-29 19:53:09.350 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.966MB for 720016-byte allocation
03-29 19:53:09.380 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 18% free 6884K/8391K, paused 22ms, total 22ms
03-29 19:53:09.420 D/dalvikvm(29486): GC_CONCURRENT freed <1K, 18% free 6886K/8391K, paused 12ms+5ms, total 45ms
03-29 19:53:09.430 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.470 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6183K/8391K, paused 7ms, total 7ms
03-29 19:53:09.470 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.968MB for 720016-byte allocation
03-29 19:53:09.490 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6886K/8391K, paused 11ms+1ms, total 23ms
03-29 19:53:09.510 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.550 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6184K/8391K, paused 14ms, total 14ms
03-29 19:53:09.560 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.969MB for 720016-byte allocation
03-29 19:53:09.600 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6887K/8391K, paused 12ms+1ms, total 41ms
03-29 19:53:09.600 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 9ms
03-29 19:53:09.600 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.640 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6184K/8391K, paused 22ms, total 22ms
03-29 19:53:09.640 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.969MB for 720016-byte allocation
03-29 19:53:09.680 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6887K/8391K, paused 13ms+1ms, total 29ms
03-29 19:53:09.680 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 4ms
03-29 19:53:09.690 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.710 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6185K/8391K, paused 9ms, total 9ms
03-29 19:53:09.710 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.970MB for 720016-byte allocation
03-29 19:53:09.730 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6888K/8391K, paused 11ms+1ms, total 19ms
03-29 19:53:09.740 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.760 D/dalvikvm(29486): GC_FOR_ALLOC freed <1K, 18% free 6888K/8391K, paused 12ms, total 12ms
03-29 19:53:09.760 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.658MB for 720016-byte allocation
03-29 19:53:09.780 D/dalvikvm(29486): GC_CONCURRENT freed 703K, 18% free 6888K/8391K, paused 11ms+0ms, total 20ms
03-29 19:53:09.800 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.830 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6187K/8391K, paused 7ms, total 7ms
03-29 19:53:09.830 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.972MB for 720016-byte allocation
03-29 19:53:09.870 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6890K/8391K, paused 12ms+2ms, total 37ms
03-29 19:53:09.870 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 12ms
03-29 19:53:09.870 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.870 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 4ms
03-29 19:53:09.880 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 18% free 6890K/8391K, paused 14ms, total 14ms
03-29 19:53:09.880 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.659MB for 720016-byte allocation
03-29 19:53:09.910 D/dalvikvm(29486): GC_CONCURRENT freed 703K, 18% free 6890K/8391K, paused 11ms+2ms, total 24ms
03-29 19:53:09.910 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 10ms
03-29 19:53:09.930 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:09.950 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6188K/8391K, paused 11ms, total 11ms
03-29 19:53:09.950 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.973MB for 720016-byte allocation
03-29 19:53:09.990 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6891K/8391K, paused 11ms+11ms, total 37ms
03-29 19:53:09.990 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 0ms
03-29 19:53:09.990 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.030 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6188K/8391K, paused 10ms, total 10ms
03-29 19:53:10.030 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.973MB for 720016-byte allocation
03-29 19:53:10.060 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6891K/8391K, paused 11ms+2ms, total 27ms
03-29 19:53:10.060 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 3ms
03-29 19:53:10.070 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.110 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6189K/8391K, paused 10ms, total 10ms
03-29 19:53:10.110 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.974MB for 720016-byte allocation
03-29 19:53:10.150 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6892K/8391K, paused 11ms+12ms, total 31ms
03-29 19:53:10.150 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.190 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6191K/8391K, paused 11ms, total 11ms
03-29 19:53:10.190 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.976MB for 720016-byte allocation
03-29 19:53:10.230 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6894K/8391K, paused 11ms+2ms, total 36ms
03-29 19:53:10.230 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 4ms
03-29 19:53:10.240 D/dalvikvm(29486): GC_FOR_ALLOC freed 11K, 18% free 6882K/8391K, paused 11ms, total 11ms
03-29 19:53:10.240 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.651MB for 720016-byte allocation
03-29 19:53:10.240 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 13ms
03-29 19:53:10.270 D/dalvikvm(29486): GC_EXPLICIT freed 5K, 10% free 7580K/8391K, paused 11ms+3ms, total 34ms
03-29 19:53:10.280 D/Mono (29486): GC_BRIDGE num-objects 93 num_hash_entries 96 sccs size 96 init 0.00ms df1 0.39ms sort 0.43ms dfs2 0.74ms setup-cb 0.11ms free-data 0.12ms user-cb 49.04ms clenanup 0.50ms links 6/6/6/1 dfs passes 398/205
03-29 19:53:10.280 D/Mono (29486): GC_MAJOR: (LOS overflow) pause 12.63ms, total 12.87ms, bridge 51.15ms major 656K/656K los 2812K/19687K
03-29 19:53:10.280 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.290 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.310 D/dalvikvm(29486): GC_FOR_ALLOC freed 1407K, 27% free 6173K/8391K, paused 11ms, total 11ms
03-29 19:53:10.310 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.958MB for 720016-byte allocation
03-29 19:53:10.330 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 19% free 6877K/8391K, paused 20ms, total 20ms
03-29 19:53:10.350 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6877K/8391K, paused 11ms+3ms, total 22ms
03-29 19:53:10.370 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.400 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6175K/8391K, paused 14ms, total 14ms
03-29 19:53:10.400 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.960MB for 720016-byte allocation
03-29 19:53:10.430 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6878K/8391K, paused 11ms+4ms, total 30ms
03-29 19:53:10.430 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 5ms
03-29 19:53:10.430 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.480 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6175K/8391K, paused 24ms, total 24ms
03-29 19:53:10.490 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.960MB for 720016-byte allocation
03-29 19:53:10.510 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 19% free 6878K/8391K, paused 23ms, total 23ms
03-29 19:53:10.530 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6878K/8391K, paused 12ms+3ms, total 25ms
03-29 19:53:10.550 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.590 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6176K/8391K, paused 9ms, total 9ms
03-29 19:53:10.590 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.961MB for 720016-byte allocation
03-29 19:53:10.620 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6879K/8391K, paused 11ms+11ms, total 33ms
03-29 19:53:10.620 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 0ms
03-29 19:53:10.620 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.670 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6177K/8391K, paused 12ms, total 12ms
03-29 19:53:10.670 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.962MB for 720016-byte allocation
03-29 19:53:10.690 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 19% free 6881K/8391K, paused 10ms+1ms, total 19ms
03-29 19:53:10.700 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.720 D/dalvikvm(29486): GC_FOR_ALLOC freed <1K, 19% free 6881K/8391K, paused 20ms, total 20ms
03-29 19:53:10.720 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.650MB for 720016-byte allocation
03-29 19:53:10.750 D/dalvikvm(29486): GC_CONCURRENT freed 703K, 19% free 6881K/8391K, paused 11ms+1ms, total 24ms
03-29 19:53:10.760 D/ZXING (29486): AutoFocus Requested
03-29 19:53:10.770 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.770 D/ZXing.Mobile(29486): AutoFocused
03-29 19:53:10.790 D/dalvikvm(29486): GC_FOR_ALLOC freed 704K, 27% free 6179K/8391K, paused 6ms, total 6ms
03-29 19:53:10.790 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.964MB for 720016-byte allocation
03-29 19:53:10.810 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6882K/8391K, paused 11ms+2ms, total 21ms
03-29 19:53:10.810 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 3ms
03-29 19:53:10.810 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.830 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6179K/8391K, paused 9ms, total 9ms
03-29 19:53:10.830 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.964MB for 720016-byte allocation
03-29 19:53:10.850 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6882K/8391K, paused 11ms+2ms, total 22ms
03-29 19:53:10.880 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:10.910 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6180K/8391K, paused 8ms, total 8ms
03-29 19:53:10.910 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.965MB for 720016-byte allocation
03-29 19:53:10.940 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6883K/8391K, paused 12ms+12ms, total 32ms
03-29 19:53:10.960 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 18% free 6883K/8391K, paused 18ms, total 18ms
03-29 19:53:10.960 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.652MB for 720016-byte allocation
03-29 19:53:10.980 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 10% free 7586K/8391K, paused 19ms, total 19ms
03-29 19:53:11.000 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.010 D/dalvikvm(29486): GC_CONCURRENT freed <1K, 10% free 7586K/8391K, paused 11ms+11ms, total 33ms
03-29 19:53:11.020 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.040 D/dalvikvm(29486): GC_FOR_ALLOC freed 1406K, 27% free 6180K/8391K, paused 19ms, total 19ms
03-29 19:53:11.040 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.965MB for 720016-byte allocation
03-29 19:53:11.060 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6883K/8391K, paused 11ms+1ms, total 19ms
03-29 19:53:11.060 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 10ms
03-29 19:53:11.080 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.110 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6181K/8391K, paused 9ms, total 9ms
03-29 19:53:11.110 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.966MB for 720016-byte allocation
03-29 19:53:11.130 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6885K/8391K, paused 11ms+1ms, total 24ms
03-29 19:53:11.130 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 3ms
03-29 19:53:11.130 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.150 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6181K/8391K, paused 10ms, total 10ms
03-29 19:53:11.150 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.966MB for 720016-byte allocation
03-29 19:53:11.170 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6885K/8391K, paused 11ms+1ms, total 17ms
03-29 19:53:11.210 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.230 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6183K/8391K, paused 7ms, total 7ms
03-29 19:53:11.230 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.968MB for 720016-byte allocation
03-29 19:53:11.260 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6886K/8391K, paused 11ms+1ms, total 23ms
03-29 19:53:11.260 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 2ms
03-29 19:53:11.260 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.280 D/dalvikvm(29486): GC_FOR_ALLOC freed <1K, 18% free 6886K/8391K, paused 19ms, total 19ms
03-29 19:53:11.280 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.655MB for 720016-byte allocation
03-29 19:53:11.310 D/dalvikvm(29486): GC_CONCURRENT freed 703K, 18% free 6886K/8391K, paused 11ms+2ms, total 24ms
03-29 19:53:11.330 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.350 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6184K/8391K, paused 9ms, total 9ms
03-29 19:53:11.350 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.969MB for 720016-byte allocation
03-29 19:53:11.370 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6887K/8391K, paused 11ms+1ms, total 19ms
03-29 19:53:11.380 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.390 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6184K/8391K, paused 7ms, total 7ms
03-29 19:53:11.390 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.969MB for 720016-byte allocation
03-29 19:53:11.410 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6887K/8391K, paused 12ms+1ms, total 22ms
03-29 19:53:11.430 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.470 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6185K/8391K, paused 8ms, total 8ms
03-29 19:53:11.470 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.970MB for 720016-byte allocation
03-29 19:53:11.490 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6889K/8391K, paused 11ms+1ms, total 23ms
03-29 19:53:11.490 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 0ms
03-29 19:53:11.490 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.510 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6185K/8391K, paused 8ms, total 8ms
03-29 19:53:11.510 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.970MB for 720016-byte allocation
03-29 19:53:11.530 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6889K/8391K, paused 11ms+1ms, total 23ms
03-29 19:53:11.530 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 12ms
03-29 19:53:11.550 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.590 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6187K/8391K, paused 10ms, total 10ms
03-29 19:53:11.590 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.972MB for 720016-byte allocation
03-29 19:53:11.610 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6890K/8391K, paused 11ms+1ms, total 21ms
03-29 19:53:11.620 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.640 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6187K/8391K, paused 14ms, total 14ms
03-29 19:53:11.640 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.972MB for 720016-byte allocation
03-29 19:53:11.670 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6890K/8391K, paused 11ms+11ms, total 33ms
03-29 19:53:11.670 D/dalvikvm(29486): WAIT_FOR_CONCURRENT_GC blocked 22ms
03-29 19:53:11.690 D/ZXing.Mobile(29486): --------------------------------------------------------------------
03-29 19:53:11.720 D/dalvikvm(29486): GC_FOR_ALLOC freed 703K, 27% free 6188K/8391K, paused 16ms, total 16ms
03-29 19:53:11.720 I/dalvikvm-heap(29486): Grow heap (frag case) to 6.973MB for 720016-byte allocation
03-29 19:53:11.750 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 18% free 6891K/8391K, paused 11ms+2ms, total 28ms
03-29 19:53:11.810 D/dalvikvm(29486): GC_FOR_ALLOC freed 0K, 18% free 6891K/8391K, paused 24ms, total 24ms
03-29 19:53:11.810 I/dalvikvm-heap(29486): Grow heap (frag case) to 7.660MB for 720016-byte allocation
03-29 19:53:11.840 D/dalvikvm(29486): GC_CONCURRENT freed 0K, 10% free 7594K/8391K, paused 12ms+1ms, total 30ms
The program 'Mono' has exited with code 0 (0x0).

As you can see, the code processingTask = Task.Factory.StartNew (() =>
is never executed. Is that the reason?

@jonoburch
Copy link

I've just been running into this problem as well. It appears as though the statement in ZXingSurfaceView.cs on line 156

if (this.processingTask != null && !this.processingTask.get_IsCompleted() || (DateTime.UtcNow - this.lastPreviewAnalysis).TotalMilliseconds < (double) this.options.DelayBetweenAnalyzingFrames)
        return;

is always returning as lastPreviewAnalysis is set using DateTime.Now in the constructor not UtcNow.

I changed it to use Now on my one and now it scans.

@agenne
Copy link

agenne commented Mar 31, 2014

That work for me, thank you!

@Redth Redth closed this as completed in e910417 Mar 31, 2014
@Redth
Copy link
Owner

Redth commented Mar 31, 2014

Thanks guys for finding this one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants