This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------- beginning of main | |
| 02-04 06:40:24.000 E/QC-time-services( 354): Daemon:genoff_boot_tod_init: Unable to set TOD at boot up | |
| 02-04 06:40:24.000 E/QC-time-services( 354): Daemon: Unable to set TOD at boot up | |
| 02-04 06:40:24.000 D/QC-time-services( 354): Daemon:genoff_modem_qmi_init: Initiallizing QMI | |
| 02-04 06:40:24.001 E/QMI_FW ( 354): QMUXD: WARNING qmi_qmux_if_pwr_up_init failed! rc=-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <remote fetch="ssh://[email protected]" name="githubssh" /> | |
| <remote fetch="git://codeaurora.org" name="caf" /> | |
| <project name="CyanogenMod/android_kernel_google_msm" path="kernel/google/msm" remote="github" /> | |
| <project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" /> | |
| <project name="CyanogenMod/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" /> | |
| <project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github"/> | |
| <project name="CyanogenMod/android_device_samsung_trltetmo" path="device/samsung/trltetmo" revision="cm-12.1" remote="github" /> | |
| <project name="CyanogenMod/android_device_samsung_trltexx" path="device/samsung/trltexx" revision="cm-12.1" remote="github" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** | |
| Build fingerprint: 'samsung/trltexx/trltexx:6.0.0/LRX22G/N910TUVU1ANIH:user/release-keys' | |
| Revision: '0' | |
| ABI: 'arm' | |
| pid: 1280, tid: 1348, name: system_server >>> system_server <<< | |
| signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 | |
| r0 00000000 r1 001004aa r2 710f6428 r3 9ee7a628 | |
| r4 00000000 r5 00000003 r6 ae33e220 r7 00000003 | |
| r8 9ee7a6cc r9 9ee7a698 sl 00000000 fp aedeb200 | |
| ip b6e57470 sp 9ee7a618 lr b6dfe65b pc b6dfab8a cpsr 600f0030 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| . build/envsetup.sh | |
| croot | |
| repopick 111336 #[DO NOT MERGE] disable overlays and sepolicies that don't yet exist | |
| repopick 112312 #display: Let the gralloc_priv.h header be overloaded | |
| #repopick -f 112110 #boringssl | |
| repopick 111769 #audioamplifier.h | |
| repopick 113744 | |
| repopick 113722 | |
| repopick 113662 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.sec.android.seccamera; | |
| import android.app.ActivityThread; | |
| import android.graphics.Point; | |
| import android.graphics.Rect; | |
| import android.graphics.SurfaceTexture; | |
| import android.hardware.Camera; | |
| import android.media.IAudioService; | |
| import android.media.IAudioService.Stub; | |
| import android.os.Handler; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.facebook.debug.a; | |
| import android.annotation.SuppressLint; | |
| import java.util.ArrayList; | |
| import java.util.Iterator; | |
| import java.util.List; | |
| @SuppressLint({"LogUse", "StringFormatUse"}) | |
| public final class a | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public final void a(aa aa1) | |
| { | |
| int i1; | |
| android.hardware.Camera.Parameters parameters; | |
| Object obj; | |
| try | |
| { | |
| j = Camera.open(o); | |
| } | |
| // Misplaced declaration of an exception variable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.facebook.camera.f; | |
| import android.app.Activity; | |
| import android.graphics.Matrix; | |
| import android.graphics.Point; | |
| import android.graphics.Rect; | |
| import android.graphics.RectF; | |
| import android.hardware.Camera.Size; | |
| import android.view.Display; | |
| import android.view.View; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public static Camera.Size a(List<Camera.Size> paramList, int paramInt1, int paramInt2, int paramInt3) | |
| { | |
| int i = 0; | |
| if (paramList == null) { | |
| return null; | |
| } | |
| float f1 = paramInt2 / paramInt1; | |
| Iterator localIterator = paramList.iterator(); | |
| paramList = null; | |
| Object localObject2 = null; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public static Camera$Size a(final List<Camera$Size> list, final int n, final int n2, final int n3) { | |
| int n4 = 0; | |
| if (list != null) { | |
| final float n5 = n2 / n; | |
| final Iterator<Camera$Size> iterator = list.iterator(); | |
| Camera$Size camera$Size = null; | |
| Camera$Size camera$Size2 = null; | |
| int n6 = 0; | |
| while (iterator.hasNext()) { | |
| final Camera$Size camera$Size3 = iterator.next(); |