Loading core/java/com/android/internal/os/ZygoteInit.java +2 −1 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import android.os.Process; import android.os.SystemClock; import android.os.SystemProperties; import android.os.Trace; import android.system.ErrnoException; import android.system.Os; import android.system.OsConstants; import android.util.EventLog; Loading Loading @@ -200,7 +201,7 @@ public class ZygoteInit { } } catch (IOException ex) { Log.e(TAG, "Zygote: error closing sockets", ex); } catch (libcore.io.ErrnoException ex) { } catch (ErrnoException ex) { Log.e(TAG, "Zygote: error closing descriptor", ex); } Loading drm/java/android/drm/DrmOutputStream.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.drm; import static android.drm.DrmConvertedStatus.STATUS_OK; import static android.drm.DrmManagerClient.INVALID_SESSION; import static libcore.io.OsConstants.SEEK_SET; import static android.system.OsConstants.SEEK_SET; import android.os.ParcelFileDescriptor; import android.system.ErrnoException; Loading Loading
core/java/com/android/internal/os/ZygoteInit.java +2 −1 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import android.os.Process; import android.os.SystemClock; import android.os.SystemProperties; import android.os.Trace; import android.system.ErrnoException; import android.system.Os; import android.system.OsConstants; import android.util.EventLog; Loading Loading @@ -200,7 +201,7 @@ public class ZygoteInit { } } catch (IOException ex) { Log.e(TAG, "Zygote: error closing sockets", ex); } catch (libcore.io.ErrnoException ex) { } catch (ErrnoException ex) { Log.e(TAG, "Zygote: error closing descriptor", ex); } Loading
drm/java/android/drm/DrmOutputStream.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.drm; import static android.drm.DrmConvertedStatus.STATUS_OK; import static android.drm.DrmManagerClient.INVALID_SESSION; import static libcore.io.OsConstants.SEEK_SET; import static android.system.OsConstants.SEEK_SET; import android.os.ParcelFileDescriptor; import android.system.ErrnoException; Loading