Displaying 4 results from an estimated 4 matches for "__android_log_print".
2018 Feb 02
2
Debug info error on bitcode inline modification
...below example target is Android but it
should be same on others).
I'll appreciate any advice. Thanks.
* Targets
caller.cpp
-----------------------------------------------------------------
#include <android/log.h>
#ifdef __cplusplus
extern "C" {
#endif
void caller()
{
__android_log_print(ANDROID_LOG_DEBUG, "TEST", "%s:%d:%s",
__FILE__, __LINE__, __FUNCTION__);
}
#ifdef __cplusplus
}
#endif
-----------------------------------------------------------------
callee.cpp
-----------------------------------------------------------------
#include <android/log.h>...
2018 Feb 02
0
Debug info error on bitcode inline modification
...gt; I'll appreciate any advice. Thanks.
>
> * Targets
> caller.cpp
> -----------------------------------------------------------------
> #include <android/log.h>
>
> #ifdef __cplusplus
> extern "C" {
> #endif
>
> void caller()
> {
> __android_log_print(ANDROID_LOG_DEBUG, "TEST", "%s:%d:%s",
> __FILE__, __LINE__, __FUNCTION__);
> }
>
> #ifdef __cplusplus
> }
> #endif
> -----------------------------------------------------------------
>
> callee.cpp
> ------------------------------------------------...
2018 Feb 05
1
Debug info error on bitcode inline modification
...>> * Targets
>> caller.cpp
>> -----------------------------------------------------------------
>> #include <android/log.h>
>>
>> #ifdef __cplusplus
>> extern "C" {
>> #endif
>>
>> void caller()
>> {
>> __android_log_print(ANDROID_LOG_DEBUG, "TEST", "%s:%d:%s",
>> __FILE__, __LINE__, __FUNCTION__);
>> }
>>
>> #ifdef __cplusplus
>> }
>> #endif
>> -----------------------------------------------------------------
>>
>> callee.cpp
>> --------...
2018 Feb 03
2
llvm-dev Digest, Vol 164, Issue 6
...Targets
> > caller.cpp
> > -----------------------------------------------------------------
> > #include <android/log.h>
> >
> > #ifdef __cplusplus
> > extern "C" {
> > #endif
> >
> > void caller()
> > {
> > __android_log_print(ANDROID_LOG_DEBUG, "TEST", "%s:%d:%s",
> > __FILE__, __LINE__, __FUNCTION__);
> > }
> >
> > #ifdef __cplusplus
> > }
> > #endif
> > -----------------------------------------------------------------
> >
> > callee.cpp
> >...