Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaff3258 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: hide Debug.h header

This is all an implementation detail for TextOutput which we want to
delete anyway. Since I'm working on binder sockets (and I don't want to
expand the usage of alog), I might add some other functions here, which
I don't want to expose from libbinder.

Bug: 148676615
Bug: 167966510
Test: N/A

Change-Id: Id5677c9ac195dac046becc5d36b02bbdd1f7c339
parent e6169101
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,6 @@
 */
 */


#include "BufferedTextOutput.h"
#include "BufferedTextOutput.h"
#include <binder/Debug.h>


#include <cutils/atomic.h>
#include <cutils/atomic.h>
#include <utils/Log.h>
#include <utils/Log.h>
@@ -26,6 +25,7 @@
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>


#include "Debug.h"
#include "Static.h"
#include "Static.h"


// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
+2 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,8 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


#include <binder/Debug.h>
#include "Debug.h"

#include <binder/ProcessState.h>
#include <binder/ProcessState.h>


#include <utils/misc.h>
#include <utils/misc.h>
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@


#include <binder/TextOutput.h>
#include <binder/TextOutput.h>


#include <binder/Debug.h>
#include "Debug.h"


#include <utils/String8.h>
#include <utils/String8.h>
#include <utils/String16.h>
#include <utils/String16.h>
+0 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,6 @@


#include <binder/Parcel.h>
#include <binder/Parcel.h>
#include <binder/TextOutput.h>
#include <binder/TextOutput.h>
#include <binder/Debug.h>


static void CheckMessage(CapturedStderr& cap,
static void CheckMessage(CapturedStderr& cap,
                         const char* expected,
                         const char* expected,
Loading