summaryrefslogtreecommitdiff
path: root/location/location_interface.h
diff options
context:
space:
mode:
authorKatz Yamada <kyamada@codeaurora.org>2017-03-21 17:16:49 -0700
committerKatz Yamada <kyamada@codeaurora.org>2017-03-21 21:42:32 -0700
commit4ff6da4a8ac818026999b21b37d1fb97a67f21c0 (patch)
treede21abe1ff79e5bdf45b867d85bf99b710ac0e0f /location/location_interface.h
parent592b3f557edac9a1e25a8a22306573ee7f530ee9 (diff)
downloadgps-4ff6da4a8ac818026999b21b37d1fb97a67f21c0.tar.gz
SystemStatus - Add BugReport support
Add BugReport support in SystemStatus. It exposes getReport interface to GnssDebug via GnssAdapter. GnssDebug generates Gnss' BugReport information upon a request tiggered by Android framework. Change-Id: I681777da10c860ea15ee65b7860a5ce61a7798db CRs-Fixed: 2016125
Diffstat (limited to 'location/location_interface.h')
-rw-r--r--location/location_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/location/location_interface.h b/location/location_interface.h
index b084b65..86febd3 100644
--- a/location/location_interface.h
+++ b/location/location_interface.h
@@ -53,6 +53,7 @@ struct GnssInterface {
void (*agpsDataConnOpen)(short agpsType, const char* apnName, int apnLen, int ipType);
void (*agpsDataConnClosed)(short agpsType);
void (*agpsDataConnFailed)(short agpsType);
+ void (*getDebugReport)(GnssDebugReport& report);
};
struct FlpInterface {