Report generated on 15-Aug-2014 at 10:20:25 by gaiatest 0.1

Summary

40 tests ran in 2957 seconds.
19 passed, 89 skipped, 0 failed, 18 errors.
0 expected failures, 0 unexpected passes.

Results

Result Class Test Name Duration Links
Passed test_browser_cell_data.TestBrowserCellData test_browser_cell_data 109.3
Error test_browser_lan.TestBrowserLAN test_browser_lan 121.8
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_lan.py", line 25, in test_browser_lan
browser.go_to_url('http://mozqa.com/data/firefox/layout/mozilla.html')
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/browser/app.py", line 48, in go_to_url
self.tap_go_button(timeout=timeout)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/browser/app.py", line 73, in tap_go_button
self.wait_for_throbber_not_visible(timeout=timeout)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/browser/app.py", line 99, in wait_for_throbber_not_visible
self.wait_for_condition(lambda m: not self.is_throbber_visible, timeout=timeout)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 54, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
Passed test_browser_play_youtube_video.TestYouTube test_play_youtube_video 141.3
Passed test_calendar_new_event_appears_on_all_calendar_views.TestCalendar test_that_new_event_appears_on_all_calendar_views 84.7
Error test_camera_capture_video.TestCamera test_capture_a_video 72.3
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/camera/test_camera_capture_video.py", line 28, in test_capture_a_video
self.camera.record_video(3)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 64, in record_video
self.wait_for_video_capturing()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 103, in wait_for_video_capturing
self.wait_for_condition(lambda m: self.marionette.find_element(
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 54, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.0 seconds
Error test_camera_multiple_shots.TestCameraMultipleShots test_capture_multiple_shots 72.1
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/camera/test_camera_multiple_shots.py", line 25, in test_capture_multiple_shots
self.camera.take_photo()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 57, in take_photo
self.wait_for_thumbnail_visible()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 141, in wait_for_thumbnail_visible
self.wait_for_element_displayed(*self._thumbnail_button_locator)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
Passed test_cards_view_with_two_apps.TestCardsView test_that_app_can_be_launched_from_cards_view 46.3
Passed test_clock_create_new_alarm.TestClockCreateNewAlarm test_clock_create_new_alarm 69.6
Passed test_add_new_contact.TestContacts test_add_new_contact 58.8
Passed test_edit_contact.TestContacts test_edit_contact 55.9
Passed test_sms_contact.TestContacts test_sms_contact 47.0
Error test_add_photo_to_contact.TestContacts test_add_photo_from_gallery_to_contact 77.3
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_add_photo_to_contact.py", line 45, in test_add_photo_from_gallery_to_contact
gallery.wait_for_thumbnails_to_load()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/gallery/app.py", line 36, in wait_for_thumbnails_to_load
self.wait_for_element_displayed(*self._gallery_items_locator)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in <lambda>
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1204, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 655, in _handle_error
raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
TimeoutException: Timed out after 30.2 seconds, caused by <class 'marionette.errors.NoSuchElementException'>
Passed test_cost_control_data_alert_mobile.TestCostControlDataAlertMobile test_cost_control_data_alert_mobile 125.3
Passed test_dialer.TestDialer test_dialer_make_call 46.2
Passed test_call_log_all_calls.TestCallLogAllCalls test_call_log_all_calls 51.1
Skipped test_setup_basic_gmail.TestSetupGmail test_setup_basic_gmail 0.0
account details not present in test variables
Skipped test_setup_and_send_imap_email.TestSetupAndSendIMAPEmail test_setup_and_send_imap_email 0.0
account details not present in test variables
Skipped test_setup_and_send_active_sync_email.TestSetupAndSendActiveSyncEmail test_setup_and_send_active_sync_email 0.0
account details not present in test variables
Skipped test_receive_active_sync_email.TestReceiveActiveSyncEmail test_receive_active_sync_email 0.0
account details not present in test variables
Error test_everythingme_launch_app.TestEverythingMeLaunchApp test_launch_everything_me_app 100.0
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/everythingme/test_everythingme_launch_app.py", line 28, in test_launch_everything_me_app
search_panel.wait_for_everything_me_results_to_load()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/search_panel.py", line 36, in wait_for_everything_me_results_to_load
self.wait_for_element_displayed(*self._search_results_from_everything_me_locator)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in <lambda>
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1204, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 655, in _handle_error
raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
TimeoutException: Timed out after 30.1 seconds, caused by <class 'marionette.errors.NoSuchElementException'>
Passed test_everythingme_app_install.TestEverythingMeInstallApp test_installing_everything_me_app 62.1
Passed test_fmradio_frequency_dialer.TestFMRadioFreqDialer test_radio_frequency_dialer 53.4
Error test_ftu_skip_tour.TestFtu test_ftu_skip_tour 109.9
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/ftu/test_ftu_skip_tour.py", line 147, in test_ftu_skip_tour
lambda m: 'connected' in m.find_element(
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 60.0 seconds
Passed test_ftu_with_tour.TestFtu test_ftu_with_tour 50.4
Error test_gallery_view.TestGallery test_gallery_view 68.4
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/gallery/test_gallery_view.py", line 24, in test_gallery_view
gallery.wait_for_files_to_load(1)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/gallery/app.py", line 33, in wait_for_files_to_load
self.wait_for_condition(lambda m: m.execute_script('return window.wrappedJSObject.files.length') == files_number)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 54, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.0 seconds
Error test_gallery_flick.TestGallery test_gallery_full_screen_image_flicks 68.2
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/gallery/test_gallery_flick.py", line 25, in test_gallery_full_screen_image_flicks
gallery.wait_for_files_to_load(self.image_count)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/gallery/app.py", line 33, in wait_for_files_to_load
self.wait_for_condition(lambda m: m.execute_script('return window.wrappedJSObject.files.length') == files_number)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 54, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.2 seconds
Error test_homescreen_delete_app.TestDeleteApp test_delete_app 74.3
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 145, in run
self.setUp()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/homescreen/test_homescreen_delete_app.py", line 33, in setUp
confirm_install.tap_confirm()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/confirm_install.py", line 14, in tap_confirm
self.wait_for_element_displayed(*self._confirm_install_button_locator)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
Error test_homescreen_move_app.TestMoveApp test_move_app_position 42.6
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/homescreen/test_homescreen_move_app.py", line 34, in test_move_app_position
self.homescreen.move_app_to_position(0, 12)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/app.py", line 86, in move_app_to_position
destination = self.marionette.find_elements(*self._visible_icons_locator)[to_position]
IndexError: list index out of range
Passed test_lockscreen_unlock_to_homescreen.TestLockScreen test_unlock_to_homescreen 34.9
Passed test_lockscreen_unlock_to_camera.TestLockScreen test_unlock_to_camera 41.9
Error test_lockscreen_unlock_to_camera_with_passcode.TestCameraUnlockWithPasscode test_unlock_to_camera_with_passcode 72.4
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/lockscreen/test_lockscreen_unlock_to_camera_with_passcode.py", line 38, in test_unlock_to_camera_with_passcode
camera.take_photo()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 57, in take_photo
self.wait_for_thumbnail_visible()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 141, in wait_for_thumbnail_visible
self.wait_for_element_displayed(*self._thumbnail_button_locator)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.0 seconds
Error test_marketplace_launch.TestMarketplaceLaunch test_marketplace_launch 402.2
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/marketplace/test_marketplace_launch.py", line 34, in test_marketplace_launch
self.marionette.switch_to_frame(iframe)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 910, in switch_to_frame
response = self._send_message('switchToFrame', 'ok', element=frame.id, focus=focus)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 607, in _send_message
"Connection timed out", status=ErrorCodes.TIMEOUT)
TimeoutException: TimeoutException: Connection timed out


Most recent errors/exceptions are:
--------- beginning of /dev/log/system
08-15 09:29:37.540 I/Vold ( 96): Vold 2.1 (the revenge) firing up
08-15 09:29:37.540 D/Vold ( 96): Volume sdcard0 state changing -1 (Initializing) -> 0 (No-Media)
08-15 09:29:37.540 I/Vold ( 96): tempSD: bind /storage/temp_sd -> /storage/sdcard0
08-15 09:29:37.540 E/Vold ( 96): Failed to bind mount points /storage/temp_sd -> /storage/sdcard0 (Invalid argument)
08-15 09:29:37.630 E/DirectVolume( 96): making device node '/dev/block/vold/179:0'
08-15 09:29:37.630 D/DirectVolume( 96): Dv::diskIns - waiting for 1 partitions (mask 0x2)
08-15 09:29:37.630 D/Vold ( 96): Volume sdcard0 state changing 0 (No-Media) -> 2 (Pending)
08-15 09:29:37.630 W/Vold ( 96): tempSD: mTempSDEnabled is equal to enable, 0
08-15 09:29:37.630 E/DirectVolume( 96): making device node '/dev/block/vold/179:1'
08-15 09:29:37.630 D/DirectVolume( 96): Dv:partAdd: part_num = 1, minor = 1
08-15 09:29:37.630 D/DirectVolume( 96): Dv:partAdd: Got all partitions - ready to rock!
08-15 09:29:37.630 D/Vold ( 96): Volume sdcard0 state changing 2 (Pending) -> 1 (Idle-Unmounted)
08-15 09:29:44.980 I/Vold ( 96): /dev/block/vold/179:1 being considered for volume sdcard0
08-15 09:29:44.980 D/Vold ( 96): Volume sdcard0 state changing 1 (Idle-Unmounted) -> 3 (Checking)
08-15 09:29:44.980 W/Vold ( 96): Skipping fs checks
08-15 09:29:45.270 E/Vold ( 96): Unable to create LOST.DIR (No space left on device)
08-15 09:29:48.380 D/Vold ( 96): Volume sdcard0 state changing 3 (Checking) -> 4 (Mounted)
08-15 09:35:08.865 W/SocketClient( 103): write error (Broken pipe)
08-15 09:37:31.738 W/SocketClient( 103): write error (Broken pipe)
08-15 09:37:31.768 W/SocketClient( 103): write error (Broken pipe)
08-15 09:52:46.780 W/SocketClient( 103): write error (Broken pipe)
08-15 09:52:46.790 W/SocketClient( 103): write error (Broken pipe)
08-15 10:00:27.035 W/SocketClient( 103): write error (Broken pipe)
08-15 10:00:57.927 W/SocketClient( 103): write error (Broken pipe)
08-15 10:04:51.075 W/SocketClient( 103): write error (Broken pipe)
--------- beginning of /dev/log/main
08-15 10:10:10.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:10.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:10.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:10.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:10.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:10.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:10.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:10.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:10.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:10.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:10.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:10.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:10.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:10.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:10.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.108 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.108 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:11.108 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:11.118 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:11.118 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:11.118 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:11.118 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.318 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.318 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:11.318 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:11.338 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:11.338 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:11.338 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:11.338 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.408 D/WifiHW (10307): CMD :IFNAME=wlan0 SIGNAL_POLL
08-15 10:10:11.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:11.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:11.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:11.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:11.468 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:11.468 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.488 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.488 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:11.488 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:11.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:11.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:11.508 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:11.508 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:11.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:11.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:11.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:11.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:11.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:11.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:11.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:11.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:11.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:11.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.558 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:11.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:11.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:11.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:11.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:11.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:11.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:11.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:11.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:11.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:11.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:11.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:11.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:11.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:11.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:11.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:11.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:11.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:11.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:11.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:11.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:11.658 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:11.658 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:11.658 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:11.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:11.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:11.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:11.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.238 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.238 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:12.238 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:12.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:12.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:12.248 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:12.248 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:12.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:12.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:12.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:12.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:12.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.288 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.288 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:12.288 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:12.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:12.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:12.298 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:12.298 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.308 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.308 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:12.308 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:12.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:12.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:12.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:12.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.368 D/refnotify(10877): Enter RefNotify main
08-15 10:10:12.368 D/refnotify(10877): Enter RefNotify main td_flag 1
08-15 10:10:12.368 E/refnotify(10877): RefNotify open /dev/spipe_td8 failed, error: No such file or directory
08-15 10:10:12.468 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.468 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:12.468 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:12.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:12.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:12.488 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:12.488 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.498 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:12.498 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:12.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:12.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:12.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:12.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:12.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:12.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:12.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:12.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:12.548 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.568 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.568 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:12.568 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:12.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:12.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:12.588 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:12.588 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:12.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:12.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:12.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:12.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:12.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:12.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:12.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:12.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:12.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:12.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:12.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:12.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:12.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:12.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:12.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:12.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:12.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:12.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:12.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:12.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:12.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:12.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:12.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:12.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:12.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:12.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:12.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.198 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.198 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:13.198 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:13.218 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:13.218 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:13.218 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:13.218 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.218 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.218 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:13.218 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:13.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:13.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:13.228 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:13.228 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.228 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.228 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:13.228 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:13.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:13.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:13.248 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:13.248 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:13.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:13.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:13.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:13.278 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:13.278 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.298 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:13.298 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:13.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:13.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:13.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:13.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.318 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.318 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:13.318 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:13.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:13.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:13.328 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:13.328 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.398 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.398 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:13.398 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:13.418 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:13.418 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:13.418 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:13.418 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.448 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.448 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:13.448 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:13.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:13.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:13.468 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:13.468 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.478 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.478 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:13.478 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:13.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:13.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:13.498 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:13.498 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.498 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:13.498 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:13.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:13.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:13.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:13.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.518 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.518 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:13.518 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:13.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:13.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:13.528 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:13.528 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.568 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.568 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:13.568 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:13.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:13.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:13.578 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:13.578 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.578 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.578 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:13.578 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:13.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:13.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:13.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:13.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:13.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:13.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:13.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:13.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:13.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:13.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:13.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:13.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:13.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:13.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:13.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:13.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.198 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.198 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:14.198 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:14.208 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:14.208 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:14.208 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:14.208 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.218 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.218 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:14.218 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:14.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:14.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:14.228 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:14.228 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.228 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.228 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:14.228 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:14.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:14.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:14.248 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:14.248 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.248 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.248 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:14.248 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:14.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:14.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:14.258 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:14.258 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.278 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.278 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:14.278 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:14.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:14.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:14.298 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:14.298 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.318 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.318 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:14.318 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:14.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:14.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:14.328 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:14.328 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.428 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.428 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:14.428 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:14.448 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:14.448 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:14.448 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:14.448 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.448 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.448 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:14.448 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:14.458 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:14.458 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:14.458 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:14.458 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.478 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.478 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:14.478 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:14.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:14.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:14.498 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:14.498 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:14.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:14.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:14.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:14.528 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:14.528 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:14.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:14.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:14.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:14.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:14.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.578 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.578 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:14.578 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:14.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:14.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:14.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:14.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:14.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:14.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:14.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:14.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:14.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:14.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:14.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:14.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:14.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:14.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.658 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:14.658 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:14.658 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:14.678 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:14.678 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:14.678 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:14.678 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:14.688 D/WCND ( 98): is_cp2_alive_ok: open polling interface: /dev/spipe_wcn0, fd = 9
08-15 10:10:14.688 D/WCND ( 98): is_cp2_alive_ok: loop: /dev/spipe_wcn0 is OK
08-15 10:10:15.208 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.208 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:15.208 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:15.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:15.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:15.228 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:15.228 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.228 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.228 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:15.228 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:15.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:15.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:15.238 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:15.238 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.238 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.238 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:15.238 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:15.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:15.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:15.258 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:15.258 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.278 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.278 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:15.278 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:15.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:15.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:15.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:15.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.308 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.308 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:15.308 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:15.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:15.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:15.328 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:15.328 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.438 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.438 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:15.438 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:15.458 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:15.458 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:15.458 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:15.458 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:15.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:15.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:15.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:15.478 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:15.478 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.488 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.488 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:15.488 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:15.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:15.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:15.508 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:15.508 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:15.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:15.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:15.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:15.528 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:15.528 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:15.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:15.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:15.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:15.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:15.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.578 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.578 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:15.578 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:15.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:15.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:15.588 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:15.588 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:15.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:15.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:15.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:15.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:15.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:15.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:15.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:15.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:15.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:15.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:15.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:15.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:15.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:15.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:15.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:15.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:15.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:15.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:15.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:15.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:15.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:15.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.218 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.218 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:16.218 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:16.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:16.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:16.238 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:16.238 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.238 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.238 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:16.238 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:16.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:16.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:16.258 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:16.258 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:16.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:16.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:16.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:16.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:16.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.308 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.308 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:16.308 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:16.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:16.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:16.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:16.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.318 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.318 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:16.318 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:16.338 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:16.338 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:16.338 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:16.338 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.408 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.408 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:16.408 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:16.408 D/WifiHW (10307): CMD :IFNAME=wlan0 SIGNAL_POLL
08-15 10:10:16.418 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:16.418 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:16.418 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:16.418 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:16.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:16.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:16.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:16.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:16.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.518 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.518 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:16.518 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:16.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:16.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:16.538 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:16.538 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:16.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:16.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:16.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:16.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:16.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:16.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:16.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:16.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:16.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:16.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:16.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:16.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:16.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:16.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:16.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:16.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:16.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:16.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:16.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:16.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:16.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:16.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:16.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:16.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:16.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:16.658 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:16.658 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:16.658 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:16.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:16.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:16.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:16.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.218 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.218 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:17.218 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:17.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:17.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:17.238 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:17.238 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.238 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.238 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:17.238 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:17.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:17.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:17.248 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:17.248 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.248 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.258 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:17.258 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:17.268 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:17.268 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:17.268 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:17.268 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.288 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.288 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:17.288 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:17.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:17.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:17.298 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:17.298 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.318 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.318 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:17.318 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:17.338 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:17.338 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:17.338 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:17.338 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.398 D/refnotify(10879): Enter RefNotify main
08-15 10:10:17.398 D/refnotify(10879): Enter RefNotify main td_flag 1
08-15 10:10:17.398 E/refnotify(10879): RefNotify open /dev/spipe_td8 failed, error: No such file or directory
08-15 10:10:17.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.498 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:17.498 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:17.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:17.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:17.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:17.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.528 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:17.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:17.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:17.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:17.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:17.548 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:17.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:17.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:17.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:17.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:17.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:17.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:17.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:17.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:17.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:17.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:17.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:17.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:17.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:17.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:17.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:17.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:17.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:17.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:17.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:17.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:17.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:17.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:17.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:17.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:17.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:17.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:17.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:17.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:17.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:17.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:17.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:17.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:18.228 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:18.228 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:18.228 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:18.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:18.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:18.248 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:18.248 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:18.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:18.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:18.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:18.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:18.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:18.278 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:18.278 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:18.278 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:18.278 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:18.278 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:18.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:18.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:18.298 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:18.298 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:18.318 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:18.318 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:18.318 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:18.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:18.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:18.328 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:18.328 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:18.378 E/ (10871): handle_top_logdir: slog use external storage [17]
08-15 10:10:18.388 E/ (10871): handler_last_dir: mkdir /storage/sdcard0/slog/last_log/ failed. [28]
08-15 10:10:18.398 E/ (10881): main: slog begin to work. [12]
08-15 10:10:18.408 E/ (10881): handle_slog_property: slog.step = 1, slog.reload = 0 [12]
08-15 10:10:18.438 E/ (10881): handle_kmemleak: handle_kmemleak: off
08-15 10:10:18.438 E/ (10881): [17]
08-15 10:10:18.528 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:18.528 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:18.528 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:18.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:18.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:18.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:18.548 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:18.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:18.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:18.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:18.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:18.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:18.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:18.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:18.568 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:18.568 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:18.568 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:18.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:18.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:18.578 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:18.578 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:18.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:18.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:18.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:18.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:18.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:18.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:18.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:18.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:18.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:18.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:18.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:18.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:18.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:18.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.228 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.228 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:19.228 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:19.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:19.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:19.248 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:19.248 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.248 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.248 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:19.248 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:19.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:19.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:19.258 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:19.258 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.298 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:19.298 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:19.308 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:19.308 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:19.308 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:19.308 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.328 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.328 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:19.328 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:19.348 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:19.348 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:19.348 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:19.348 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.448 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.448 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:19.448 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:19.458 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:19.458 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:19.458 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:19.458 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:19.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:19.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:19.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:19.478 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:19.478 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:19.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:19.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:19.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:19.528 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:19.528 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:19.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:19.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:19.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:19.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:19.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.558 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:19.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:19.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:19.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:19.578 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:19.578 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:19.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:19.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:19.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:19.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:19.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:19.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:19.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:19.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:19.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:19.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:19.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada400 end err is 0
08-15 10:10:19.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:19.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:19.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:19.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:19.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:19.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:19.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:19.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:19.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:19.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:19.688 D/WCND ( 98): is_cp2_alive_ok: open polling interface: /dev/spipe_wcn0, fd = 9
08-15 10:10:19.688 D/WCND ( 98): is_cp2_alive_ok: loop: /dev/spipe_wcn0 is OK
08-15 10:10:20.028 D/gralloc.scx15(10307): alloc_device_alloc w:24, h:24, format:1 usage:0x133 start
08-15 10:10:20.028 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb40d1000 and the size is 0x900
08-15 10:10:20.028 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f700 end err is 0
08-15 10:10:20.228 D/gralloc.scx15(10307): alloc_device_alloc w:24, h:24, format:1 usage:0x133 start
08-15 10:10:20.228 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb3fe5000 and the size is 0x900
08-15 10:10:20.228 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a4c0 end err is 0
08-15 10:10:20.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cdc0 start
08-15 10:10:20.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cdc0 flags:0x4 start
08-15 10:10:20.258 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb4027000 size of 0x900 will be free
08-15 10:10:20.258 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.278 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:20.278 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:20.278 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:20.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:20.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:20.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:20.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.368 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f700 start
08-15 10:10:20.368 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f700 flags:0x4 start
08-15 10:10:20.368 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb40d1000 size of 0x900 will be free
08-15 10:10:20.368 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.378 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:20.378 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:20.378 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3ce20 end err is 0
08-15 10:10:20.388 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:20.388 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:20.388 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:20.388 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:20.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:20.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:20.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:20.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:20.468 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:20.468 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.478 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:20.478 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:20.478 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:20.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:20.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:20.488 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:20.488 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.558 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:20.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:20.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:20.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:20.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:20.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:20.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:20.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:20.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:20.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:20.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:20.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:20.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:20.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:20.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:20.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:20.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:20.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:20.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:20.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:20.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3c160 end err is 0
08-15 10:10:20.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 start
08-15 10:10:20.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada400 flags:0x4 start
08-15 10:10:20.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:20.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:20.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:20.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada2e0 end err is 0
08-15 10:10:20.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:20.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:20.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:20.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:20.658 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:20.658 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:20.658 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:20.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 start
08-15 10:10:20.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3c160 flags:0x4 start
08-15 10:10:20.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:20.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.218 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.218 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:21.218 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:21.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3ce20 start
08-15 10:10:21.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3ce20 flags:0x4 start
08-15 10:10:21.238 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:21.238 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.238 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.238 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:21.238 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cdc0 end err is 0
08-15 10:10:21.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:21.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:21.248 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:21.258 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:21.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:21.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:21.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:21.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:21.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.288 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.288 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:21.288 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:21.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cdc0 start
08-15 10:10:21.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cdc0 flags:0x4 start
08-15 10:10:21.298 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:21.298 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.308 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.308 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:21.308 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cdc0 end err is 0
08-15 10:10:21.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:21.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:21.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:21.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.408 D/WifiHW (10307): CMD :IFNAME=wlan0 SIGNAL_POLL
08-15 10:10:21.438 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.438 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:21.438 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:21.448 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:21.448 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:21.448 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:21.448 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.498 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:21.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7c40 end err is 0
08-15 10:10:21.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:21.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:21.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:21.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.568 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.568 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:21.568 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:21.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:21.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:21.588 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:21.588 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:21.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:21.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7c40 start
08-15 10:10:21.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7c40 flags:0x4 start
08-15 10:10:21.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:21.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:21.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7c40 end err is 0
08-15 10:10:21.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 start
08-15 10:10:21.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada2e0 flags:0x4 start
08-15 10:10:21.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:21.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:21.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:21.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:21.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:21.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:21.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:21.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:21.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7c40 start
08-15 10:10:21.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7c40 flags:0x4 start
08-15 10:10:21.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:21.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:21.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:21.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:21.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7c40 end err is 0
08-15 10:10:21.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:21.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:21.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:21.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:22.188 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:22.188 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:22.188 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:22.198 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cdc0 start
08-15 10:10:22.198 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cdc0 flags:0x4 start
08-15 10:10:22.198 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:22.198 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:22.428 D/refnotify(10887): Enter RefNotify main
08-15 10:10:22.428 D/refnotify(10887): Enter RefNotify main td_flag 1
08-15 10:10:22.428 E/refnotify(10887): RefNotify open /dev/spipe_td8 failed, error: No such file or directory
08-15 10:10:22.528 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:22.528 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:22.528 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:22.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:22.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:22.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:22.548 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:22.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:22.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:22.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:22.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:22.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:22.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:22.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:22.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:22.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:22.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:22.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:22.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:22.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:22.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:22.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:22.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:22.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:22.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7c40 start
08-15 10:10:22.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7c40 flags:0x4 start
08-15 10:10:22.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:22.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:22.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:22.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:22.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7c40 end err is 0
08-15 10:10:22.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:22.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:22.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:22.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:22.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:22.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:22.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:22.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:22.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:22.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:22.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:22.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:22.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:22.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:22.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7c40 start
08-15 10:10:22.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7c40 flags:0x4 start
08-15 10:10:22.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:22.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:23.168 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:23.168 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:23.168 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7c40 end err is 0
08-15 10:10:23.178 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:23.178 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:23.178 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:23.178 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:23.408 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:23.408 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:23.418 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:23.428 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:23.428 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:23.428 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:23.428 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:24.198 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:24.198 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:24.198 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:24.208 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:24.208 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:24.208 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:24.208 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:24.328 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:24.328 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:24.328 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:24.338 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7c40 start
08-15 10:10:24.338 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7c40 flags:0x4 start
08-15 10:10:24.338 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:24.338 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:24.688 D/WCND ( 98): is_cp2_alive_ok: open polling interface: /dev/spipe_wcn0, fd = 9
08-15 10:10:24.688 D/WCND ( 98): is_cp2_alive_ok: loop: /dev/spipe_wcn0 is OK
08-15 10:10:25.228 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.228 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:25.228 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:25.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:25.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:25.238 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:25.238 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.238 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.238 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:25.238 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:25.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:25.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:25.258 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:25.258 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.278 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:25.278 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:25.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:25.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:25.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:25.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.308 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.308 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:25.308 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:25.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:25.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:25.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:25.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:25.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:25.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:25.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:25.468 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:25.468 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.488 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.488 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:25.488 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:25.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:25.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:25.508 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:25.508 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:25.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:25.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:25.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:25.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:25.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:25.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:25.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:25.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:25.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:25.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.568 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.568 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:25.568 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:25.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:25.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:25.588 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:25.588 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:25.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:25.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:25.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:25.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:25.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:25.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:25.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:25.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:25.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:25.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:25.658 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:25.658 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:25.658 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:25.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:25.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:25.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:25.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:26.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:26.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:26.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:26.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:26.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:26.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:26.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:26.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:26.298 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:26.308 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:26.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:26.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:26.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:26.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:26.418 D/WifiHW (10307): CMD :IFNAME=wlan0 SIGNAL_POLL
08-15 10:10:26.468 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:26.468 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:26.468 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:26.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:26.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:26.488 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:26.488 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:26.488 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:26.488 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:26.488 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:26.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:26.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:26.498 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:26.498 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:26.518 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:26.518 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:26.518 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:26.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:26.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:26.538 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:26.538 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:26.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:26.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:26.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:26.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:26.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:26.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:26.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:26.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:26.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:26.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:26.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:26.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:26.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:26.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:26.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:26.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:26.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:26.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:26.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:26.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:26.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:26.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:26.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:26.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:26.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:26.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:26.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:26.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:26.668 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:26.668 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:26.668 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:26.688 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:26.688 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:26.688 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:26.688 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.168 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.168 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:27.168 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:27.198 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:27.198 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:27.198 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:27.198 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.198 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.198 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:27.198 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:27.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:27.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:27.228 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:27.228 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.248 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.248 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:27.248 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:27.268 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:27.268 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:27.268 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:27.268 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:27.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:27.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:27.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:27.278 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:27.278 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.298 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:27.298 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:27.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:27.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:27.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:27.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.448 D/refnotify(10889): Enter RefNotify main
08-15 10:10:27.448 D/refnotify(10889): Enter RefNotify main td_flag 1
08-15 10:10:27.448 E/refnotify(10889): RefNotify open /dev/spipe_td8 failed, error: No such file or directory
08-15 10:10:27.478 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.478 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:27.478 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:27.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:27.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:27.498 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:27.498 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.498 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:27.498 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:27.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:27.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:27.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:27.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.518 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.518 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:27.518 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:27.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:27.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:27.528 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:27.528 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.568 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.568 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:27.568 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:27.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:27.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:27.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:27.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:27.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:27.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:27.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:27.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:27.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:27.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:27.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:27.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:27.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:27.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:27.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:27.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:27.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:27.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:27.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:27.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:27.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.228 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.228 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:28.228 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:28.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:28.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:28.248 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:28.248 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.258 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.258 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:28.258 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:28.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:28.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:28.278 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:28.278 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.278 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.278 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:28.278 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:28.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:28.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:28.298 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:28.298 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.298 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:28.298 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:28.308 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:28.308 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:28.308 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:28.308 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.438 E/ (10881): handle_top_logdir: slog use external storage [17]
08-15 10:10:28.438 E/ (10881): handler_last_dir: mkdir /storage/sdcard0/slog/last_log/ failed. [28]
08-15 10:10:28.448 E/ (10891): main: slog begin to work. [12]
08-15 10:10:28.458 E/ (10891): handle_slog_property: slog.step = 1, slog.reload = 0 [12]
08-15 10:10:28.498 E/ (10891): handle_kmemleak: handle_kmemleak: off
08-15 10:10:28.498 E/ (10891): [17]
08-15 10:10:28.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:28.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:28.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:28.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:28.528 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:28.528 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:28.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:28.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:28.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:28.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:28.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.558 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:28.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:28.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:28.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:28.578 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:28.578 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:28.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:28.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:28.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:28.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:28.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:28.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:28.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:28.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:28.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:28.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:28.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:28.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:28.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:28.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:28.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:28.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:28.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:28.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:28.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:28.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:28.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:28.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.258 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.258 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:29.258 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:29.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:29.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:29.278 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:29.278 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.278 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.278 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:29.278 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:29.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:29.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:29.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:29.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:29.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:29.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:29.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:29.478 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:29.478 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.488 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.488 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:29.488 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:29.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:29.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:29.508 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:29.508 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.528 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.528 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:29.528 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:29.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:29.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:29.538 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:29.538 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:29.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:29.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:29.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:29.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:29.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.578 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.578 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:29.578 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:29.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:29.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:29.588 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:29.588 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:29.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:29.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:29.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:29.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:29.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:29.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xaf297a60 end err is 0
08-15 10:10:29.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:29.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:29.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:29.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:29.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:29.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:29.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:29.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:29.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:29.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:29.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:29.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 start
08-15 10:10:29.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xaf297a60 flags:0x4 start
08-15 10:10:29.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:29.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:29.688 D/WCND ( 98): is_cp2_alive_ok: open polling interface: /dev/spipe_wcn0, fd = 9
08-15 10:10:29.688 D/WCND ( 98): is_cp2_alive_ok: loop: /dev/spipe_wcn0 is OK
08-15 10:10:30.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:30.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:30.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:30.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:30.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:30.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:30.288 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.288 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:30.288 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:30.308 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:30.308 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:30.308 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:30.308 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:30.468 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.468 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:30.468 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:30.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:30.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:30.488 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:30.488 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:30.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:30.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:30.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:30.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:30.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:30.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:30.518 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.518 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:30.518 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:30.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:30.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:30.538 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:30.538 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:30.558 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:30.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:30.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:30.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:30.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:30.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:30.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:30.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:30.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:30.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:30.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:30.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:30.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:30.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:30.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:30.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:30.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:30.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:30.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:30.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7ca0 end err is 0
08-15 10:10:30.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:30.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:30.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:30.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:30.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:30.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:30.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:30.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:30.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:30.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:30.658 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:30.658 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:30.658 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:30.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 start
08-15 10:10:30.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7ca0 flags:0x4 start
08-15 10:10:30.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:30.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.148 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.148 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:31.148 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:31.168 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:31.168 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:31.168 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:31.168 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.168 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.168 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:31.168 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:31.188 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:31.188 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:31.188 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:31.188 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.188 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.188 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:31.188 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:31.198 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:31.198 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:31.198 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:31.198 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.198 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.198 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:31.198 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:31.218 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:31.218 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:31.218 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:31.218 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.218 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.218 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:31.218 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:31.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:31.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:31.238 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:31.238 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.238 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.238 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:31.238 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:31.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:31.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:31.248 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:31.248 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.298 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:31.298 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:31.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:31.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:31.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:31.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.338 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.338 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:31.338 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:31.348 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:31.348 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:31.348 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:31.348 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.418 D/WifiHW (10307): CMD :IFNAME=wlan0 SIGNAL_POLL
08-15 10:10:31.488 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.488 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:31.488 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:31.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:31.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:31.498 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:31.498 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.498 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:31.498 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:31.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:31.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:31.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:31.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:31.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:31.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:31.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:31.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:31.548 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:31.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:31.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:31.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:31.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:31.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:31.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:31.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:31.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:31.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:31.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:31.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:31.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:31.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:31.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:31.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:31.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:31.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:31.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:31.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:31.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:31.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:31.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:31.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:31.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:31.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:31.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:31.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:32.318 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:32.318 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:32.318 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:32.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:32.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:32.328 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:32.328 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:32.448 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:32.448 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:32.448 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f040 end err is 0
08-15 10:10:32.458 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:32.458 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:32.458 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:32.468 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:32.488 D/refnotify(10897): Enter RefNotify main
08-15 10:10:32.488 D/refnotify(10897): Enter RefNotify main td_flag 1
08-15 10:10:32.488 E/refnotify(10897): RefNotify open /dev/spipe_td8 failed, error: No such file or directory
08-15 10:10:32.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:32.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:32.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:32.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 start
08-15 10:10:32.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f040 flags:0x4 start
08-15 10:10:32.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:32.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:33.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:33.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:33.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:33.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:33.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:33.478 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:33.478 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:33.488 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:33.488 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:33.488 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:33.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:33.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:33.508 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:33.508 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:33.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:33.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:33.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:33.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:33.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:33.528 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:33.528 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:33.528 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:33.528 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:33.528 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:33.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:33.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:33.538 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:33.538 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:33.578 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:33.578 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:33.578 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:33.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:33.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:33.588 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:33.588 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:33.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:33.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:33.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:33.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:33.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:33.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:33.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:33.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:33.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:33.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:33.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:33.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:33.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:33.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:33.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:33.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:33.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:33.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:33.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:33.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:33.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:33.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:33.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:33.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:33.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:33.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:33.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:33.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.258 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.258 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:34.258 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:34.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:34.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:34.258 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:34.258 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.278 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.278 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:34.278 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:34.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:34.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:34.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:34.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.288 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.298 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:34.298 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:34.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:34.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:34.328 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:34.328 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.338 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.338 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:34.338 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:34.358 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:34.358 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:34.358 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:34.358 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:34.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:34.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:34.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:34.468 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:34.468 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.488 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.488 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:34.488 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:34.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:34.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:34.508 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:34.508 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:34.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:34.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:34.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:34.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:34.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.528 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.528 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:34.528 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:34.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:34.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:34.538 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:34.538 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.558 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:34.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:34.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:34.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:34.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:34.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:34.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b20 end err is 0
08-15 10:10:34.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:34.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:34.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:34.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:34.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:34.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:34.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:34.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:34.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:34.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:34.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:34.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 start
08-15 10:10:34.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b20 flags:0x4 start
08-15 10:10:34.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:34.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:34.688 D/WCND ( 98): is_cp2_alive_ok: open polling interface: /dev/spipe_wcn0, fd = 9
08-15 10:10:34.688 D/WCND ( 98): is_cp2_alive_ok: loop: /dev/spipe_wcn0 is OK
08-15 10:10:35.468 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:35.468 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:35.468 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:35.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:35.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:35.488 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:35.488 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:35.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:35.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:35.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:35.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:35.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:35.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:35.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:35.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:35.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:35.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:35.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:35.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:35.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:35.548 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:35.558 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:35.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:35.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:35.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:35.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:35.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:35.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:35.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:35.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:35.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:35.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:35.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:35.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:35.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:35.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:35.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:35.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:35.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:35.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:35.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:35.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:35.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:35.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:35.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:35.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:35.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:35.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:35.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:35.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:35.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:35.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:35.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:35.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:35.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:35.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:35.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:35.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:35.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:35.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:35.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:35.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:35.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:36.188 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:36.188 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:36.188 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:36.198 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:36.198 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:36.198 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:36.198 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:36.368 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:36.368 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:36.368 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:36.378 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:36.378 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:36.378 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:36.378 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:36.418 D/WifiHW (10307): CMD :IFNAME=wlan0 SIGNAL_POLL
08-15 10:10:36.468 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:36.468 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:36.468 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:36.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:36.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:36.478 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:36.478 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:36.528 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:36.528 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:36.528 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:36.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:36.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:36.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:36.548 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:36.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:36.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:36.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:36.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:36.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:36.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:36.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:36.578 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:36.578 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:36.578 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:36.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:36.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:36.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:36.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:36.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:36.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:36.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:36.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:36.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:36.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:36.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:36.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:36.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:36.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:36.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:36.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:36.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:36.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:36.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:36.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:36.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:36.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:36.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:36.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:36.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:36.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:36.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:36.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:36.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:36.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:36.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:36.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:37.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:37.268 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:37.268 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:37.268 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:37.268 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.278 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.278 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:37.278 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:37.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:37.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:37.298 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:37.298 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.298 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:37.298 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:37.308 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:37.308 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:37.308 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:37.308 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.358 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.368 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:37.368 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:37.378 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:37.378 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:37.378 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:37.378 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:37.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:37.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:37.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:37.478 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:37.478 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.478 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.478 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:37.478 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:37.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:37.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:37.498 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:37.498 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.508 D/refnotify(10899): Enter RefNotify main
08-15 10:10:37.508 D/refnotify(10899): Enter RefNotify main td_flag 1
08-15 10:10:37.508 E/refnotify(10899): RefNotify open /dev/spipe_td8 failed, error: No such file or directory
08-15 10:10:37.528 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.528 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:37.528 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:37.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:37.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:37.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:37.548 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.558 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:37.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:37.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:37.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:37.578 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:37.578 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.578 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.578 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:37.578 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:37.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:37.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:37.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:37.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:37.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafab7b80 end err is 0
08-15 10:10:37.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:37.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:37.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:37.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:37.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:37.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:37.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:37.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:37.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:37.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:37.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:37.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:37.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 start
08-15 10:10:37.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafab7b80 flags:0x4 start
08-15 10:10:37.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:37.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:38.278 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:38.278 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:38.278 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f700 end err is 0
08-15 10:10:38.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:38.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:38.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:38.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:38.378 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:38.378 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:38.378 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:38.388 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:38.388 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:38.388 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:38.388 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:38.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:38.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:38.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:38.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:38.478 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:38.478 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:38.478 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:38.478 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:38.478 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:38.478 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:38.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:38.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:38.488 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:38.488 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:38.498 E/ (10891): handle_top_logdir: slog use external storage [17]
08-15 10:10:38.498 E/ (10891): handler_last_dir: mkdir /storage/sdcard0/slog/last_log/ failed. [28]
08-15 10:10:38.508 E/ (10901): main: slog begin to work. [12]
08-15 10:10:38.518 E/ (10901): handle_slog_property: slog.step = 1, slog.reload = 0 [12]
08-15 10:10:38.548 E/ (10901): handle_kmemleak: handle_kmemleak: off
08-15 10:10:38.548 E/ (10901): [17]
08-15 10:10:38.578 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:38.578 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:38.578 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:38.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:38.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:38.588 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:38.588 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:38.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:38.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:38.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:38.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:38.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:38.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:38.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:38.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:38.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:38.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:38.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:38.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:38.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:38.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:38.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:38.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:38.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:38.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:38.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:38.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:38.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:38.658 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:38.658 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:38.658 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:38.678 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:38.678 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:38.678 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:38.678 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.368 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.368 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:39.368 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:39.388 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:39.388 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:39.388 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:39.388 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.458 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.458 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:39.458 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:39.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:39.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:39.468 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:39.468 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.488 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.488 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:39.488 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:39.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:39.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:39.508 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:39.508 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:39.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:39.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:39.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:39.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:39.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:39.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:39.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:39.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:39.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:39.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.558 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:39.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:39.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:39.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:39.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:39.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:39.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:39.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:39.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:39.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:39.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:39.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:39.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:39.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:39.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:39.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:39.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:39.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:39.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:39.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:39.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:39.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:39.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:39.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:39.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:39.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.658 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:39.658 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:39.658 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:39.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:39.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:39.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:39.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:39.688 D/WCND ( 98): is_cp2_alive_ok: open polling interface: /dev/spipe_wcn0, fd = 9
08-15 10:10:39.688 D/WCND ( 98): is_cp2_alive_ok: loop: /dev/spipe_wcn0 is OK
08-15 10:10:40.288 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:40.288 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:40.288 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:40.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:40.298 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:40.298 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:40.298 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:40.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:40.308 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:40.308 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:40.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f700 start
08-15 10:10:40.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f700 flags:0x4 start
08-15 10:10:40.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:40.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:40.438 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:40.438 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:40.438 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:40.448 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:40.448 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:40.448 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:40.448 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:40.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:40.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:40.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:40.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:40.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:40.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:40.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:40.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:40.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:40.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:40.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:40.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:40.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:40.548 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:40.568 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:40.568 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:40.568 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:40.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:40.588 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:40.588 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:40.588 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:40.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:40.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:40.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:40.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:40.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:40.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:40.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:40.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:40.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:40.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:40.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:40.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:40.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:40.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:40.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:40.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:40.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:40.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:40.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:40.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:40.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:40.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:40.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:40.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:40.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:40.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:40.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:40.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.178 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.178 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:41.178 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:41.198 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:41.198 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:41.198 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:41.198 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.198 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.198 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:41.198 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:41.218 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:41.218 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:41.218 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:41.218 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.218 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.218 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:41.218 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:41.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:41.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:41.228 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:41.228 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.228 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.238 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:41.238 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:41.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:41.248 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:41.248 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:41.248 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:41.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:41.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:41.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:41.278 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:41.278 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.298 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:41.298 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:41.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:41.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:41.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:41.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.318 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.318 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:41.318 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:41.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:41.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:41.328 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:41.328 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.418 D/WifiHW (10307): CMD :IFNAME=wlan0 SIGNAL_POLL
08-15 10:10:41.448 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.448 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:41.448 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:41.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:41.468 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:41.468 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:41.468 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.478 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.478 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:41.478 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:41.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:41.498 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:41.498 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:41.498 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.498 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:41.498 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:41.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:41.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:41.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:41.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.518 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.518 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:41.518 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:41.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:41.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:41.528 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:41.528 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:41.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:41.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:41.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:41.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:41.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.578 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.578 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:41.578 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:41.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:41.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:41.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:41.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:41.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:41.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:41.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:41.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:41.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:41.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:41.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:41.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:41.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:41.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:41.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:41.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:41.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:41.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:41.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:41.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:41.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:42.318 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:42.318 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:42.318 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:42.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:42.328 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:42.328 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:42.328 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:42.428 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:42.428 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:42.428 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:42.448 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:42.448 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:42.448 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:42.448 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:42.448 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:42.448 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:42.448 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:42.458 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:42.458 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:42.458 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:42.458 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:42.528 D/refnotify(10907): Enter RefNotify main
08-15 10:10:42.528 D/refnotify(10907): Enter RefNotify main td_flag 1
08-15 10:10:42.528 E/refnotify(10907): RefNotify open /dev/spipe_td8 failed, error: No such file or directory
08-15 10:10:42.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:42.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:42.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:42.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:42.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:42.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:42.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:42.578 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:42.578 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:42.578 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:42.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:42.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:42.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:42.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:42.598 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:42.598 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:42.598 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:42.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:42.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:42.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:42.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:42.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:42.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:42.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafa3cd60 end err is 0
08-15 10:10:42.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:42.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:42.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:42.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:42.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:42.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:42.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:42.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:42.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:42.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:42.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:42.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:42.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:42.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:42.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 start
08-15 10:10:42.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafa3cd60 flags:0x4 start
08-15 10:10:42.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:42.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.188 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.188 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:43.188 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a700 end err is 0
08-15 10:10:43.208 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:43.208 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:43.208 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:43.208 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.228 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.228 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:43.228 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:43.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:43.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:43.238 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:43.238 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.238 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.238 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:43.238 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:43.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 start
08-15 10:10:43.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 flags:0x4 start
08-15 10:10:43.258 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:43.258 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.258 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.258 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:43.258 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a700 end err is 0
08-15 10:10:43.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:43.278 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:43.278 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:43.278 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.298 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:43.298 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:43.308 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 start
08-15 10:10:43.308 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 flags:0x4 start
08-15 10:10:43.308 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:43.308 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.478 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.478 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:43.478 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a700 end err is 0
08-15 10:10:43.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:43.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:43.488 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:43.488 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:43.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:43.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:43.528 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:43.528 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:43.528 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.558 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.558 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:43.558 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:43.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 start
08-15 10:10:43.578 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 flags:0x4 start
08-15 10:10:43.578 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:43.578 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:43.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a700 end err is 0
08-15 10:10:43.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:43.608 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:43.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:43.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:43.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:43.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:43.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:43.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:43.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.628 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.628 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:43.628 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:43.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 start
08-15 10:10:43.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 flags:0x4 start
08-15 10:10:43.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:43.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:43.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:43.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:43.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a700 end err is 0
08-15 10:10:43.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:43.658 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:43.658 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:43.658 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.108 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.108 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:44.108 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:44.118 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:44.118 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:44.118 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:44.118 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.158 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.158 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:44.158 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:44.168 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:44.168 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:44.168 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:44.168 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.468 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.468 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:44.468 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:44.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:44.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:44.488 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:44.488 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.488 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.488 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:44.488 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:44.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:44.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:44.508 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:44.508 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.508 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.508 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:44.508 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:44.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:44.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:44.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:44.528 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:44.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:44.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:44.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:44.538 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:44.538 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.538 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.538 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:44.538 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:44.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:44.568 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:44.568 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:44.568 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:44.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:44.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:44.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:44.608 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:44.608 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.608 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.608 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:44.608 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada340 end err is 0
08-15 10:10:44.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:44.618 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:44.618 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:44.618 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:44.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:44.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 start
08-15 10:10:44.638 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 flags:0x4 start
08-15 10:10:44.638 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:44.638 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.638 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.638 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:44.638 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a700 end err is 0
08-15 10:10:44.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:44.648 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:44.648 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:44.648 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.658 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:44.658 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:44.658 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:44.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:44.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:44.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:44.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:44.698 D/WCND ( 98): is_cp2_alive_ok: open polling interface: /dev/spipe_wcn0, fd = 9
08-15 10:10:44.698 D/WCND ( 98): is_cp2_alive_ok: loop: /dev/spipe_wcn0 is OK
08-15 10:10:45.218 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.218 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:45.218 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:45.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:45.238 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:45.238 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:45.238 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:45.248 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.248 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:45.248 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:45.268 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:45.268 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:45.268 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:45.268 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:45.268 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.268 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:45.268 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:45.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:45.288 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:45.288 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:45.288 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:45.298 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.308 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:45.308 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:45.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:45.318 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:45.318 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:45.318 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:45.468 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.468 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:45.468 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:45.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 start
08-15 10:10:45.488 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada340 flags:0x4 start
08-15 10:10:45.488 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:45.488 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:45.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.498 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:45.498 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a760 end err is 0
08-15 10:10:45.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:45.518 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:45.518 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:45.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:45.518 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.518 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:45.518 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:45.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:45.538 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:45.538 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:45.538 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:45.588 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.588 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:45.588 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:45.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:45.598 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:45.598 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:45.598 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:45.618 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.618 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:45.618 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada3a0 end err is 0
08-15 10:10:45.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 start
08-15 10:10:45.628 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f640 flags:0x4 start
08-15 10:10:45.628 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1502000 size of 0x40000 will be free
08-15 10:10:45.628 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:45.648 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.648 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1502000 and the size is 0x40000
08-15 10:10:45.648 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f640 end err is 0
08-15 10:10:45.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 start
08-15 10:10:45.668 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a700 flags:0x4 start
08-15 10:10:45.668 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1542000 size of 0x40000 will be free
08-15 10:10:45.668 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:45.668 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:45.668 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1542000 and the size is 0x40000
08-15 10:10:45.668 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a700 end err is 0
08-15 10:10:45.678 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 start
08-15 10:10:45.678 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada3a0 flags:0x4 start
08-15 10:10:45.678 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:45.678 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:46.218 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:46.218 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb14c2000 and the size is 0x40000
08-15 10:10:46.218 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a8e0 end err is 0
08-15 10:10:46.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 start
08-15 10:10:46.228 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f6a0 flags:0x4 start
08-15 10:10:46.228 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb15c2000 size of 0x40000 will be free
08-15 10:10:46.228 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:46.248 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:46.248 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb15c2000 and the size is 0x40000
08-15 10:10:46.248 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f6a0 end err is 0
08-15 10:10:46.268 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:46.268 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:46.268 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:46.268 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:46.418 D/WifiHW (10307): CMD :IFNAME=wlan0 SIGNAL_POLL
08-15 10:10:46.498 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:46.498 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:46.498 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:46.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 start
08-15 10:10:46.508 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafada460 flags:0x4 start
08-15 10:10:46.508 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1482000 size of 0x40000 will be free
08-15 10:10:46.518 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:46.528 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:46.528 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1482000 and the size is 0x40000
08-15 10:10:46.528 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafada460 end err is 0
08-15 10:10:46.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 start
08-15 10:10:46.548 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafb8f760 flags:0x4 start
08-15 10:10:46.548 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1442000 size of 0x40000 will be free
08-15 10:10:46.548 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:46.548 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:46.548 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1442000 and the size is 0x40000
08-15 10:10:46.548 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafb8f760 end err is 0
08-15 10:10:46.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a760 start
08-15 10:10:46.558 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a760 flags:0x4 start
08-15 10:10:46.558 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb1582000 size of 0x40000 will be free
08-15 10:10:46.558 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:47.248 D/gralloc.scx15(10307): alloc_device_alloc w:256, h:256, format:1 usage:0x133 start
08-15 10:10:47.248 D/gralloc.scx15(10307): the flag 0x4 and the vadress is 0xb1582000 and the size is 0x40000
08-15 10:10:47.248 D/gralloc.scx15(10307): alloc_device_alloc handle:0xafd2a760 end err is 0
08-15 10:10:47.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a8e0 start
08-15 10:10:47.258 D/gralloc.scx15(10307): alloc_device_free buffer_handle_t:0xafd2a8e0 flags:0x4 start
08-15 10:10:47.258 D/gralloc.scx15(10307): alloc_device_free the vadress 0xb14c2000 size of 0x40000 will be free
08-15 10:10:47.258 D/gralloc.scx15(10307): alloc_device_free end
08-15 10:10:47.568 D/refnotify(10923): Enter RefNotify main
08-15 10:10:47.568 D/refnotify(10923): Enter RefNotify main td_flag 1
08-15 10:10:47.568 E/refnotify(10923): RefNotify open /dev/spipe_td8 failed, error: No such file or directory
The B2G process has restarted after crashing during the tests so Marionette can't respond due to either a Gecko, Gaia or Marionette error. Above, the 5 most recent errors are listed. Check logcat for all errors if these errors are not the cause of the failure.
Error test_marketplace_launch.TestMarketplaceLaunch test_marketplace_launch 402.2
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 191, in run
self.tearDown()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 1099, in tearDown
MarionetteTestCase.tearDown(self)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 339, in tearDown
self.marionette.set_context("content")
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 875, in set_context
return self._send_message('setContext', 'ok', value=context)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 592, in _send_message
raise MarionetteException("Please start a session")
MarionetteException: MarionetteException: Please start a session
Passed test_sms.TestSms test_sms_send 67.5
Error test_sms_with_attachments.TestSmsWithAttachments test_sms_send 104.5
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/messages/test_sms_with_attachments.py", line 34, in test_sms_send
camera.wait_for_select_button_enabled()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 95, in wait_for_select_button_enabled
self.wait_for_condition(lambda m: self.marionette.find_element(*self._select_button_locator).is_enabled())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 54, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/camera/app.py", line 95, in <lambda>
self.wait_for_condition(lambda m: self.marionette.find_element(*self._select_button_locator).is_enabled())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1204, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 655, in _handle_error
raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
NoSuchElementException: NoSuchElementException: Unable to locate element: .test-confirm-select
Error test_music_album_mp3.TestMusic test_select_album_play 68.6
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/music/test_music_album_mp3.py", line 22, in test_select_album_play
music_app.wait_for_music_tiles_displayed()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/music/app.py", line 27, in wait_for_music_tiles_displayed
self.wait_for_element_displayed(*self._music_tiles_locator)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in <lambda>
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1204, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 655, in _handle_error
raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
TimeoutException: Timed out after 30.6 seconds, caused by <class 'marionette.errors.NoSuchElementException'>
Error test_music_songs_3gp.TestPlay3GPMusic test_select_songs_play_3gp_file 67.1
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/music/test_music_songs_3gp.py", line 22, in test_select_songs_play_3gp_file
music_app.wait_for_music_tiles_displayed()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/music/app.py", line 27, in wait_for_music_tiles_displayed
self.wait_for_element_displayed(*self._music_tiles_locator)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in <lambda>
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1204, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 655, in _handle_error
raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
TimeoutException: Timed out after 30.3 seconds, caused by <class 'marionette.errors.NoSuchElementException'>
Passed test_settings_bluetooth.TestBluetoothSettings test_toggle_bluetooth_settings 85.2
Error test_settings_cell_data.TestSettingsCellData test_enable_cell_data_via_settings_app 72.3
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_cell_data.py", line 19, in test_enable_cell_data_via_settings_app
self.assertTrue(len(cell_and_data_settings.carrier_name) > 0)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/cell_data.py", line 21, in carrier_name
self.wait_for_element_displayed(*self._carrier_name_locator)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in <lambda>
lambda m: m.find_element(by, locator).is_displayed())
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 1204, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 624, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette.py", line 655, in _handle_error
raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
TimeoutException: Timed out after 30.1 seconds, caused by <class 'marionette.errors.NoSuchElementException'>
Passed test_power_button_long_press.TestPowerButton test_power_button_long_press 35.5
Error test_play_3gp_video.TestPlay3GPVideo test_play_3gp_video 71.4
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/videoplayer/test_play_3gp_video.py", line 23, in test_play_3gp_video
video_player.wait_for_thumbnails_to_load(1)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/videoplayer/app.py", line 28, in wait_for_thumbnails_to_load
timeout=timeout)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 54, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/var/lib/jenkins/jobs/B2G.v1.4.0.pvt.dolphin.gaiatest.smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g30_v1_4-0.1-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 35.1 seconds
Skipped test_settings_dsds_cell_data.py 0
run-if: device == "sp7710gaplus_gonk" || device == "flame"
Skipped test_settings_sim_manager.py 0
Disabled because run the device with 1 SIM only
Skipped test_browser_tabs.py 0
filtered by type (b2g+smoketest)
Skipped test_browser_search.py 0
filtered by type (b2g+smoketest)
Skipped test_browser_navigation.py 0
filtered by type (b2g+smoketest)
Skipped test_browser_bookmark.py 0
filtered by type (b2g+smoketest)
Skipped test_calendar_flick_through_months.py 0
filtered by type (b2g+smoketest)
Skipped test_camera_capture_photo.py 0
filtered by type (b2g+smoketest)
Skipped test_camera_flash_modes.py 0
filtered by type (b2g+smoketest)
Skipped test_cards_view_kill_apps_with_two_apps.py 0
filtered by type (b2g+smoketest)
Skipped test_clock_delete_alarm.py 0
filtered by type (b2g+smoketest)
Skipped test_clock_switch_clock_type.py 0
filtered by type (b2g+smoketest)
Skipped test_clock_set_alarm.py 0
filtered by type (b2g+smoketest)
Skipped test_call_contact.py 0
filtered by type (b2g+smoketest)
Skipped test_sort_contacts.py 0
filtered by type (b2g+smoketest)
Skipped test_delete_contact.py 0
filtered by type (b2g+smoketest)
Skipped test_add_contact_to_favorites.py 0
filtered by type (b2g+smoketest)
Skipped test_import_contacts_from_sim.py 0
filtered by type (b2g+smoketest)
Skipped test_export_contacts_to_sdcard.py 0
filtered by type (b2g+smoketest)
Skipped test_import_contacts_from_sdcard.py 0
filtered by type (b2g+smoketest)
Skipped test_import_contacts_from_gmail.py 0
filtered by type (b2g+smoketest)
Skipped test_cost_control_ftu.py 0
filtered by type (b2g+smoketest)
Skipped test_cost_control_reset_wifi.py 0
filtered by type (b2g+smoketest)
Skipped test_dialer_airplane_mode.py 0
filtered by type (b2g+smoketest)
Skipped test_MMI.py 0
filtered by type (b2g+smoketest)
Skipped test_dialer_add_contact.py 0
filtered by type (b2g+smoketest)
Skipped test_dialer_find_contact.py 0
filtered by type (b2g+smoketest)
Skipped test_everythingme_add_collection.py 0
filtered by type (b2g+smoketest)
Skipped test_everythingme_search.py 0
filtered by type (b2g+smoketest)
Skipped test_everythingme_launch_packaged_app.py 0
filtered by type (b2g+smoketest)
Skipped test_fmradio_add_remove_from_favorites.py 0
filtered by type (b2g+smoketest)
Skipped test_fmradio_find_stations.py 0
filtered by type (b2g+smoketest)
Skipped test_fmradio_turn_on_off.py 0
filtered by type (b2g+smoketest)
Skipped test_gallery_empty.py 0
filtered by type (b2g+smoketest)
Skipped test_gallery_delete_image.py 0
filtered by type (b2g+smoketest)
Skipped test_gallery_share_menu.py 0
filtered by type (b2g+smoketest)
Skipped test_gallery_edit_photo.py 0
filtered by type (b2g+smoketest)
Skipped test_gallery_crop_photo.py 0
filtered by type (b2g+smoketest)
Skipped test_homescreen_edit_mode.py 0
filtered by type (b2g+smoketest)
Skipped test_homescreen_launch_app.py 0
filtered by type (b2g+smoketest)
Skipped test_keyboard.py 0
filtered by type (b2g+smoketest)
Skipped test_number_keyboard.py 0
filtered by type (b2g+smoketest)
Skipped test_keyboard_predictive_key.py 0
filtered by type (b2g+smoketest)
Skipped test_email_keyboard.py 0
filtered by type (b2g+smoketest)
Skipped test_url_keyboard.py 0
filtered by type (b2g+smoketest)
Skipped test_lockscreen_unlock_to_homescreen_with_passcode.py 0
filtered by type (b2g+smoketest)
Skipped test_lockscreen_unlock_to_emergency_call_screen.py 0
filtered by type (b2g+smoketest)
Skipped test_lockscreen_notification.py 0
filtered by type (b2g+smoketest)
Skipped test_lockscreen_wake_with_notification.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_add_contact.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_to_dialer.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_contact_match.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_contact_input_validation.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_notification.py 0
filtered by type (b2g+smoketest)
Skipped test_sms_to_settings.py 0
filtered by type (b2g+smoketest)
Skipped test_music_empty.py 0
filtered by type (b2g+smoketest)
Skipped test_persona_app.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_change_language.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_gps.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_do_not_track.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_wifi.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_airplane_mode.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_media_storage.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_wallpaper.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_passcode.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_change_keyboard_language.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_device_info.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_app_permissions.py 0
filtered by type (b2g+smoketest)
Skipped test_settings_power_save_mode.py 0
filtered by type (b2g+smoketest)
Skipped test_system_notification_bar.py 0
filtered by type (b2g+smoketest)
Skipped test_geolocation_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_quick_settings.py 0
filtered by type (b2g+smoketest)
Skipped test_system_message.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_audio_capture_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_contacts_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_device_music_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_device_picture_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_device_sdcard_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_device_video_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_privileged_app_geolocation_prompt.py 0
filtered by type (b2g+smoketest)
Skipped test_video_empty.py 0
filtered by type (b2g+smoketest)
Skipped test_play_ogv_video.py 0
filtered by type (b2g+smoketest)
Skipped test_play_webm_video.py 0
filtered by type (b2g+smoketest)
Skipped test_play_mp4_video.py 0
filtered by type (b2g+smoketest)
Skipped test_play_ogg_video.py 0
filtered by type (b2g+smoketest)