Loading core/java/android/app/ServiceStartNotAllowedException.java +7 −0 Original line number Diff line number Diff line Loading @@ -40,4 +40,11 @@ public abstract class ServiceStartNotAllowedException extends IllegalStateExcept return new BackgroundServiceStartNotAllowedException(message); } } @Override public synchronized Throwable getCause() { // "Cause" is often used for clustering exceptions, and developers don't want to have it // for this exception. b/210890426 return null; } } Loading
core/java/android/app/ServiceStartNotAllowedException.java +7 −0 Original line number Diff line number Diff line Loading @@ -40,4 +40,11 @@ public abstract class ServiceStartNotAllowedException extends IllegalStateExcept return new BackgroundServiceStartNotAllowedException(message); } } @Override public synchronized Throwable getCause() { // "Cause" is often used for clustering exceptions, and developers don't want to have it // for this exception. b/210890426 return null; } }