praveenpyro
praveenpyro
Error(common.cc:67): jni/../../../third_party/libjingle/talk/base/scoped_ptr.h(76): ASSERT FAILED: ptr != NULL @ operator-> this is what the log message i am getting when i am trying ti initiating call ..scoped_ptr.h(76)
T\* operator->() const { ASSERT(ptr != NULL); return ptr; } the above statement is there
No did not got any solution On Mon, Jun 8, 2015 at 5:42 PM, AnthonyKoueik [email protected] wrote: > hello > > any solution on the above ? > > 06-08...
yes worked around with the same. try to compile the lib properly. On Wed, Jun 10, 2015 at 12:08 PM, AnthonyKoueik [email protected] wrote: > Did you find another project ?...