am e57b3991: Merge "Remove unused function"
* commit 'e57b3991d85f22597014d74b64805a081cc978e0': Remove unused function
This commit is contained in:
@@ -41,14 +41,6 @@ static struct parcel_file_descriptor_offsets_t
|
|||||||
jmethodID mConstructor;
|
jmethodID mConstructor;
|
||||||
} gParcelFileDescriptorOffsets;
|
} gParcelFileDescriptorOffsets;
|
||||||
|
|
||||||
static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
|
|
||||||
if (env->ExceptionCheck()) {
|
|
||||||
ALOGE("An exception was thrown by callback '%s'.", methodName);
|
|
||||||
LOGE_EX(env);
|
|
||||||
env->ExceptionClear();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void set_accessory_string(JNIEnv *env, int fd, int cmd, jobjectArray strArray, int index)
|
static void set_accessory_string(JNIEnv *env, int fd, int cmd, jobjectArray strArray, int index)
|
||||||
{
|
{
|
||||||
char buffer[256];
|
char buffer[256];
|
||||||
|
|||||||
Reference in New Issue
Block a user