android - How to resolve: media scanning not yet finished -


i developing 2d action game on android platform. works on emulator, when test game on device (specially samsung galaxy ace s5830), hangs vibration. while examining device logs, found following 3 type of error messages frequent:

02-25 06:33:05.510: error/tethering(167): active iface (usb0) reported added, ignoring

02-25 06:29:30.120: error/libgps(296): dns_query_loop: gethostbyname failed. h_errno 2

02-25 06:20:40.687: error/mtp-launcher(922): media scanning not yet finished.

out of above error messages, last 1 comes when game got hang on device. there no need internet connection & no apis accessing internet used in code. doubt error/mtp-launcher(922): media scanning not yet finished. error causing game hang vibration.

i eagerly looking suggestions problem.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -