summaryrefslogtreecommitdiffstats
path: root/location/java/com/android/internal/location/GpsNetInitiatedHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'location/java/com/android/internal/location/GpsNetInitiatedHandler.java')
-rwxr-xr-xlocation/java/com/android/internal/location/GpsNetInitiatedHandler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/location/java/com/android/internal/location/GpsNetInitiatedHandler.java b/location/java/com/android/internal/location/GpsNetInitiatedHandler.java
index 29dec63..0adba06 100755
--- a/location/java/com/android/internal/location/GpsNetInitiatedHandler.java
+++ b/location/java/com/android/internal/location/GpsNetInitiatedHandler.java
@@ -325,7 +325,7 @@ public class GpsNetInitiatedHandler {
}
catch (UnsupportedEncodingException e)
{
- Log.e(TAG, e.getMessage());
+ throw new AssertionError();
}
return decoded;
}
@@ -338,7 +338,7 @@ public class GpsNetInitiatedHandler {
}
catch (UnsupportedEncodingException e)
{
- Log.e(TAG, e.getMessage());
+ throw new AssertionError();
}
return decoded;
}