Untitled
unknown
plain_text
10 months ago
4.8 kB
1
Indexable
Never
I/flutter (16061): tasker : null I/flutter (16061): status order COMPLETED D/EGL_emulation(16061): app_time_stats: avg=7363.82ms min=7363.82ms max=7363.82ms count=1 I/flutter (16061): 2 D/EGL_emulation(16061): app_time_stats: avg=2693.00ms min=2693.00ms max=2693.00ms count=1 Another exception was thrown: SocketException: Failed host lookup: 'riderunner-data-010323.s3.ap-southeast-1.amazonaws.com' (OS Error: No address associated with hostname, errno = 7) D/EGL_emulation(16061): app_time_stats: avg=11.28ms min=2.69ms max=71.04ms count=50 D/EGL_emulation(16061): app_time_stats: avg=16.63ms min=3.08ms max=26.66ms count=59 D/EGL_emulation(16061): app_time_stats: avg=10.34ms min=2.55ms max=30.92ms count=56 D/EGL_emulation(16061): app_time_stats: avg=15.33ms min=4.26ms max=33.16ms count=53 E/FlutterGeolocator(16061): Geolocator position updates stopped E/FlutterGeolocator(16061): There is still another flutter engine connected, not stopping location service I/flutter (16061): GpsLocationNoPermission{message: Cannot access location, give a location permission and enable GPS for better service quality} D/EGL_emulation(16061): app_time_stats: avg=19.02ms min=4.80ms max=42.09ms count=45 E/FlutterGeolocator(16061): Geolocator position updates started I/flutter (16061): GpsLocationFound{position: Latitude: 37.4219983, Longitude: -122.084} I/flutter (16061): GpsPlacemarkLoading{} I/flutter (16061): GpsPlacemarkSuccess{placemark: Name: P1600, I/flutter (16061): Street: P1600 Amphitheatre Pkwy, I/flutter (16061): ISO Country Code: US, I/flutter (16061): Country: United States, I/flutter (16061): Postal code: 94043, I/flutter (16061): Administrative area: California, I/flutter (16061): Subadministrative area: Santa Clara County, I/flutter (16061): Locality: Mountain View, I/flutter (16061): Sublocality: , I/flutter (16061): Thoroughfare: Amphitheatre Parkway, I/flutter (16061): Subthoroughfare: P1600} I/flutter (16061): myLocation : Instance of 'MyLocation' D/EGL_emulation(16061): app_time_stats: avg=27.01ms min=4.29ms max=99.41ms count=35 I/flutter (16061): 200 I/flutter (16061): https://runnerfood.sabahloka.com/api/customer/get-detail-merchant?id=2&customer_latitude=37.4219983&customer_longitude=-122.084 Another exception was thrown: A non-null String must be provided to a Text widget. Another exception was thrown: A non-null String must be provided to a Text widget. I/flutter (16061): url: https://runnerfood.sabahloka.com/api/customer/progress-order?ref_tracking=7e6CqSkvB0zI142n I/flutter (16061): ref: 7e6CqSkvB0zI142n I/flutter (16061): error get status : setState() called after dispose(): _NewDeliveryState#f4509(lifecycle state: defunct, not mounted) I/flutter (16061): This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose parent widget no longer includes the widget in its build). This error can occur when code calls setState() from a timer or an animation callback. I/flutter (16061): The preferred solution is to cancel the timer or stop listening to the animation in the dispose() callback. Another solution is to check the "mounted" property of this object before calling setState() to ensure the object is still in the tree. I/flutter (16061): This error might indicate a memory leak if setState() is being called because another object is retaining a reference to this State object after it has been removed from the tree. To avoid memory leaks, consider breaking the reference to this object during dispose(). E/FlutterGeolocator(16061): Geolocator position updates stopped E/FlutterGeolocator(16061): There is still another flutter engine connected, not stopping location service I/flutter (16061): GpsLocationNoPermission{message: Cannot access location, give a location permission and enable GPS for better service quality} E/FlutterGeolocator(16061): Geolocator position updates started I/flutter (16061): GpsLocationFound{position: Latitude: 37.4219983, Longitude: -122.084} I/flutter (16061): GpsPlacemarkLoading{} I/flutter (16061): GpsPlacemarkSuccess{placemark: Name: P1600, I/flutter (16061): Street: P1600 Amphitheatre Pkwy, I/flutter (16061): ISO Country Code: US, I/flutter (16061): Country: United States, I/flutter (16061): Postal code: 94043, I/flutter (16061): Administrative area: California, I/flutter (16061): Subadministrative area: Santa Clara County, I/flutter (16061): Locality: Mountain View, I/flutter (16061): Sublocality: , I/flutter (16061): Thoroughfare: Amphitheatre Parkway, I/flutter (16061): Subthoroughfare: P1600} I/flutter (16061): myLocation : Instance of 'MyLocation'
Leave a Comment