Loading adb/transport_local.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -48,7 +48,7 @@ static inline void fix_endians(apacket *p) * local transport it is connected. The list is used to detect when we're * local transport it is connected. The list is used to detect when we're * trying to connect twice to a given local transport. * trying to connect twice to a given local transport. */ */ #define ADB_LOCAL_TRANSPORT_MAX 16 #define ADB_LOCAL_TRANSPORT_MAX 64 ADB_MUTEX_DEFINE( local_transports_lock ); ADB_MUTEX_DEFINE( local_transports_lock ); Loading Loading
adb/transport_local.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -48,7 +48,7 @@ static inline void fix_endians(apacket *p) * local transport it is connected. The list is used to detect when we're * local transport it is connected. The list is used to detect when we're * trying to connect twice to a given local transport. * trying to connect twice to a given local transport. */ */ #define ADB_LOCAL_TRANSPORT_MAX 16 #define ADB_LOCAL_TRANSPORT_MAX 64 ADB_MUTEX_DEFINE( local_transports_lock ); ADB_MUTEX_DEFINE( local_transports_lock ); Loading