Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aosp-mirror/platform_external_qemu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: emu-master-dev
Choose a base ref
...
head repository: android-energy/platform_external_qemu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: emu-master-dev
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 21, 2016

  1. enable debug on modem_driver

    Change-Id: Ibda50cdaad161b65ade375fb0313087f1633bd0f
    diegor2 committed Jun 21, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7e27fae View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 android/telephony/modem_driver.c
2 changes: 1 addition & 1 deletion android/telephony/modem_driver.c
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@

#include <string.h>

#define xxDEBUG
#define DEBUG

#ifdef DEBUG
# include <stdio.h>