Skip to content

Instantly share code, notes, and snippets.

@amalgamatedclyde
Created April 25, 2014 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amalgamatedclyde/11298436 to your computer and use it in GitHub Desktop.
Save amalgamatedclyde/11298436 to your computer and use it in GitHub Desktop.
logcat output
E/LocSvc_LocAdapterBase( 583): W/virtual void loc_core::LocAdapterBase::reportPosition(UlpLocation&, GpsLocationExtended&, void*, loc_sess_status, LocPosTechMask): default implementation invoked
E/LocSvc_LocAdapterBase( 583): W/virtual void loc_core::LocAdapterBase::reportSv(GpsSvStatus&, GpsLocationExtended&, void*): default implementation invoked
E/LocSvc_LocAdapterBase( 583): W/virtual void loc_core::LocAdapterBase::reportPosition(UlpLocation&, GpsLocationExtended&, void*, loc_sess_status, LocPosTechMask): default implementation invoked
@amalgamatedclyde
Copy link
Author

if i print kwargs.items() the list is always empty. here is the code from the example:
def on_location(self, **kwargs):
self.gps_location = '\n'.join([
'{}={}'.format(k, v) for k, v in kwargs.items()])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment